Skip to content

Variable Arguments

Pre-release
Pre-release
Compare
Choose a tag to compare
@Moderocky Moderocky released this 02 Nov 16:36
· 7 commits to master since this release
51ad482

This draft supports calling functions with variable arguments.
It is mainly designed for calling 'var args' methods from Java libraries.

These are called as regular functions:

run myMethod(1, 2, 3) from MyClass

Full Changelog: 1.0.37...1.0.39