7 lines
70 B
Plaintext
Raw Normal View History

2015-09-18 16:58:13 +01:00
begin
2015-11-02 16:54:52 +00:00
?hello = "Hello World"
if 1 == 1 then
output ?hello
fi
2015-09-18 16:58:13 +01:00
end