2018-08-22 01:37:32 -03:00

7 lines
70 B
Plaintext
Executable File

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