mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-01-10 16:29:31 +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
|
||
|
|