*** empty log message ***

This commit is contained in:
em
1985-01-24 11:27:36 +00:00
parent 1732114593
commit 410800127c
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