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

7
lang/basic/test/test05.b Normal file
View File

@@ -0,0 +1,7 @@
100 defint a-c,d
110 defstr s,t
120 defdbl f
125 a=1.13
127 s="hello"
128 print a,s
130 stop