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,4 @@
1 DATA 7,9,8,2,6,3,1,4,5
10 FOR K=1 TO 13
20 READ L:PRINT L;" ";
30 NEXT:PRINT