vm6502/hello_world.bas

6 lines
95 B
QBasic

10 LET A=0
20 PRINT A;") HELLO WORLD FROM MKHBC!"
30 LET A=A+1
40 IF A>100 THEN END
50 GOTO 20