apple2pi/share/execfile

8 lines
73 B
Plaintext

NEW
10 FOR I = 1 TO 10
20 PRINT "HELLO, WORLD";I
30 NEXT I
LIST
RUN