codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/deLE0oo3
[
raw code
|
output
|
fork
]
Lua
,
pasted on Feb 23:
1
2
3
4
5
6
local
x
=
10
repeat
print
(
x
)
x
-=
1
until
x
==
0
Output:
1
line 5
: '=' expected near '-'
Create a new paste based on this one
Comments: