5 lines
81 B
Turing
5 lines
81 B
Turing
|
|
$$ MODE TUSCRIPT
|
||
|
|
PRINT/ERROR "hello world"
|
||
|
|
text="goodbye world"
|
||
|
|
PRINT/ERROR text
|