mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-27 17:51:42 +00:00
8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
NEW
|
||
|
10 FOR I = 1 TO 10
|
||
|
20 PRINT "HELLO, WORLD";I
|
||
|
30 NEXT I
|
||
|
LIST
|
||
|
RUN
|
||
|
|