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