[ create a new paste ] login | about

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

nepta - Lua, pasted on Nov 6:
1
2
3
s = "123"
b = tonumber(s) ~= nil
print(b)


Output:
1
true


Create a new paste based on this one


Comments: