drarem Posted March 28, 2016 Share Posted March 28, 2016 it works on windows, but gives me an error in linux, something along the lines below. I took out the goto and ::conuntine:: label in linux version, and it worked, not sure what is going on with the linux version. Some of code below is parapasted, dont take it verbatim. Look more at the goto label code. Thanks. :27: '=' expected near 'countinue' LUA CODE: local stack = Stack:Create() test = stack:pop() goto countinue end ... .. ::continue:: end Quote Link to comment Share on other sites More sharing options...
drarem Posted March 28, 2016 Author Share Posted March 28, 2016 Did a workaround using a local variable. Quote Link to comment Share on other sites More sharing options...
Josh Posted June 6, 2016 Share Posted June 6, 2016 Did a goto test on Windows and it worked correctly. WIll test on Linux later. b=1 goto done b=2 ::done:: print(b) Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
shadmar Posted June 7, 2016 Share Posted June 7, 2016 I want gosub too!! Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.