[ create a new paste ] login | about

Link: http://codepad.org/zKdgGdjI    [ raw code | output | fork ]

Lua, pasted on Aug 30:
1
2
3
4
5
var = 42

if var then
print "hello world"
end


Output:
1
hello world


Create a new paste based on this one


Comments: