summaryrefslogtreecommitdiff
path: root/apps/examples/bastest/tests/test08.bas
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/bastest/tests/test08.bas')
-rw-r--r--apps/examples/bastest/tests/test08.bas10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/examples/bastest/tests/test08.bas b/apps/examples/bastest/tests/test08.bas
new file mode 100644
index 000000000..0e6f13ad6
--- /dev/null
+++ b/apps/examples/bastest/tests/test08.bas
@@ -0,0 +1,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
+