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

@@ -0,0 +1,5 @@
100 print "hello world"
110 let s$="a happy 1984"
120 print s
130 s= s+" !! "
140 print s