Home
Microworld BASIC
Utilities
MWB to text converter
Text to MWB converter
Online editor & emulator
About
Contact me
Run
00110 REM 1) Print a number between 0 and 150 00120 REM 2) Print a number between -100 and 100 00130 REM 3) Print an integer between 1 and 100 00140 REM 4) Print a random number between 0 and 1 00150 PRINT RND * 150 00160 PRINT RND * 200 - 100 00170 PRINT INT(RND * 100) + 1 00180 PRINT RND 00190 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