Imported from ../lua-2.5.tar.gz.
[lua.git] / test / loop.lua
blobb464d09ec6e802e01d51c62277bea1494d0945a4
1 $debug
2 i=0
3 repeat
4 print(i)
5 i=i+1
6 until i>10