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
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
When Parsing a String, like: function abc(a, ...) return 10 end
Returns an Error in the Parse String Method: Error In (0, 16): Syntax Error Identifier Expected
While In Normal lua this works.
When Parsing a String, like:
function abc(a, ...) return 10 endReturns an Error in the Parse String Method: Error In (0, 16): Syntax Error Identifier Expected
While In Normal lua this works.