question converting to euphoria from qbasic

new topic     » topic index » view thread      » older message » newer message

I have been doing pretty good in converting over between the two languages,
but I'm stuck on how to transfer the following basic chunk to a Euphoria
chunk.

OPEN "c:\file.txt" FOR OUTPUT AS #1
DO
IF EOF(1) THEN GOTO 1090
LINE INPUT #1, d$
PRINT d$
LOOP
1090 SLEEP
END

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu