apple2pi/src/execfile
dschmenk 8234e15ac3 a2term redirected input updates.
a2term can properly input redirected stdin
2013-08-25 19:44:19 -07:00

8 lines
73 B
Plaintext
Executable File

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