Varargs support

Issue #26 resolved
Chimaine created an issue

Currently, varargs are only an internal data structure to handle multiple return values. But Lua supports varargs handling in scripts too, via ... and by allowing arbitrary amounts of return values.

This requires a complete scan of the current API for incompatibilities and possible enhancements.

The Lua base library function select would have to be added.

Comments (5)

  1. Log in to comment