[ create a new paste ] login | about

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

Lua, pasted on Jun 24:
1
2
a = true and nil or 42
print(a)


Output:
1
42


Create a new paste based on this one


Comments: