7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
begin
|
|
?hello = "Hello World"
|
|
if 1 == 1 then
|
|
output ?hello
|
|
fi
|
|
end
|