summaryrefslogtreecommitdiff
path: root/apps/examples/bas/tests/test08.bas
blob: 0e6f13ad65ec4608c4573638f146dd4e1ff3d63f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
10 data "a",b
20 data "c","d
40 read j$
50 print "j=";j$
60 restore 20
70 for i=1 to 3
80 read j$,k$
90 print "j=";j$;" k=";k$
100 next