NetLua icon indicating copy to clipboard operation
NetLua copied to clipboard

Expected Identifier

Open op0x59 opened this issue 7 years ago • 1 comments

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.

op0x59 avatar Jul 29 '18 08:07 op0x59

Varargs arguments in function declarations are not currently supported unfortunately... patches are welcome

frabert avatar Jul 29 '18 21:07 frabert