mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-20 03:33:50 +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
|
|
|