
* Create Occam.occam * Update readme.md * Rename Occam.occam to occam.occam * Update readme.md
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
PROGRAM Hello
|
|
#USE ioconv
|
|
|
|
SEQ
|
|
write.full.string(screen,"Hello World")
|