*** 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/test20.b Normal file
View File

@@ -0,0 +1,9 @@
100 read a
110 read b
120 read c,d, e
130 let x=a+b+c+d
140 print a,b,c,d,e,x
150 data 6
160 data 7,3
170 data 142, 0
180 end