*** empty log message ***

This commit is contained in:
em
1985-01-24 11:27:36 +00:00
parent 7657fb8d45
commit a1c27b46db
51 changed files with 863 additions and 0 deletions

9
lang/basic/test/test22.b Normal file
View File

@@ -0,0 +1,9 @@
10 open "i", #6, "tst/data1"
20 input #6, s$
30 print s$
40 input #6, s1$
50 print s1$
60 print "try to read beyond"
70 input #6, s$
80 print s$
90 end