Lua repeat循环
sum = 998
repeat
	sum = sum - 10;
until sum < 0
print(sum)

最少执行一次,跟c#的do while一样


首页 我的博客
粤ICP备17103704号