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

8
lang/basic/test/test30.b Normal file
View File

@@ -0,0 +1,8 @@
100 rem writing to a file
110 open "o", #2, "tst/output"
113 open "i", #3, "tst/output"
120 a$="CAMERA": b$="93604-1"
130 write a$,b$
140 write #2, a$, b$
145 input #3, b$: print b$
150 write #3, a$, b$