Here in Lua: #!/usr/bin/env luajit. local mixed={ bool=true,. string="Test",. float=math.pi,. table={"a","b","c"},. func=function() for i=1,5 do print(i) ...
確定! 回上一頁