Compiler — Qbasic Online
Modern compilers often add helpful color-coding (syntax highlighting) that the original blue screen lacked.
If you want, I can:
Unlike traditional desktop interpreters, most online QBasic tools operate through transpilation qbasic online compiler
SCREEN 12 FOR i = 1 TO 100 PSET (RND * 640, RND * 480), RND * 15 NEXT i I can: Unlike traditional desktop interpreters