Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
10 rem rosetta code - "Hello World" on line printer
|
||||
20 open 7,4 : rem open <logical file number>, <device number>
|
||||
30 print#7,"hello world!" : rem print line as shown to logical file number
|
||||
40 close 7 : rem close the file number
|
||||
Loading…
Add table
Add a link
Reference in a new issue