2015-11-02 16:54:52 +00:00

7 lines
70 B
Plaintext

begin
?hello = "Hello World"
if 1 == 1 then
output ?hello
fi
end