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

5
lang/basic/test/test04.b Normal file
View File

@@ -0,0 +1,5 @@
100 let a=1:print a
110 let b%=2:print b
120 let c!= 1.0:print c
125 let d#= 12.0:print d
130 let s$= "hello":prints