Home
Microworld BASIC
Utilities
MWB to text converter
Text to MWB converter
Online editor & emulator
About
Contact me
Run
00100 CLS 00110 PRINT "Before we create the file, the directory is:" 00120 DIR 00130 OUTL#6 00140 OPEN "o",6,"temp": REM Stream six will send info to file 00150 FOR I = 1 TO 10 00160 LPRINT I 00170 NEXT I 00180 CLOSE 6 : REM Close the file. 00190 PRINT:PRINT "After we have created the file, the directory is:" 00200 DIR 00210 KILL "temp" : REM Wipe the file from disk. 00220 END
Reset
Show Debugger
Settings
Run in background
Natural keyboard
Strict keyboard
Tape:
loading...
Add files
NanoWasp relies on JavaScript. Please enable JavaScript if it's disabled, or switch to a browser that supports JavaScript.
Emulator used is
http://nanowasp.org/
by Dave Churchill.
x
x