[ create a new paste ] login | about

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

Lua, pasted on Mar 3:
1
2
3
4
5
x = 5

y = x + .0

print(y)


Output:
1
5


Create a new paste based on this one


Comments: