You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest release there is a bug in the compiler functionality when compiling T6 scripts where some missing ';' are not detected by it. Therefore it allows you to compile syntactically incorrect scripts causing the game to throw and execution error later.
im already aware of this. the syntax in second example is correct. the call gets treated as a object call ''obj func(args);" where obj is another function call. so println("foo1") println("foo2"); is a method call. im thinking about enforcing the object to be in the same line of function to prevent this.
Using the latest release there is a bug in the compiler functionality when compiling T6 scripts where some missing ';' are not detected by it. Therefore it allows you to compile syntactically incorrect scripts causing the game to throw and execution error later.
Example working expectedly:
Example working unexpectedly:
Game error:
Console error:
The text was updated successfully, but these errors were encountered: