basic: DATA statement impl

This commit is contained in:
minjaesong
2020-12-27 16:32:10 +09:00
parent 46af88368c
commit cdaa2a718d
3 changed files with 31 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
1 DATA "THE","QUICK","BROWN","FOX","JUMPS","OVER","A","LAZY","DOG"
10 FOR K=1 TO 9
20 PRINT DGET();" ";
30 NEXT:PRINT
40 RESTORE
50 GOTO 10