点击运行
a = 10 while( a < 20 ) do print("value of a:", a) a = a+1 end
运行结果 :
正在执行...