[ create a new paste ] login | about

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

Lua, pasted on Mar 9:
1
2
3
for i=5, 0, -1 do
	print(i)
end


Output:
1
2
3
4
5
6
5
4
3
2
1
0


Create a new paste based on this one


Comments: