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