*** 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

10
lang/basic/test/test21.b Normal file
View File

@@ -0,0 +1,10 @@
80 open "i",#3,"tst/data"
100 input #3, a
105 print a
110 input #3, b
115 print b
120 input #3, c,d
125 print c,d
130 let x=a+b+c+d
140 print a,b,c,d,x
180 end