Lua goto statement to simulate continue raised error

后端 未结 0 362
心在旅途
心在旅途 2020-12-24 12:59

Generally, my goal is to simulate the continue statement, which doesn\'t exist in Lua. I have read some thread about using goto to do this. I tried:

for i=0,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题