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

11
lang/basic/test/test23.b Normal file
View File

@@ -0,0 +1,11 @@
100 print "testing input from terminal"
130 input "integer"; a
140 print a
220 input "float:", a
240 print a
330 input b$
340 print b$
350 input ; "c and d "; c,d
360 print c,d
400 end