Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom Functions with a variable argument list #44

Open
andrewv99 opened this issue Jul 4, 2015 · 1 comment
Open

Support for custom Functions with a variable argument list #44

andrewv99 opened this issue Jul 4, 2015 · 1 comment

Comments

@andrewv99
Copy link

Hi,

Would it be possible to add support for variable length argument custom Functions ?
I would like to be able to do things like:

x = sum(a, b, c, d, e, f);
y = sum(a, b, c);

Thanks
Andrew

@andrewv99 andrewv99 changed the title Support for custom Functions with a variable argument lists Support for custom Functions with a variable argument list Jul 4, 2015
@sarxos
Copy link
Contributor

sarxos commented Jul 4, 2015

Hi @andrewv99, just FYI, there is a pull request by @MFrancesco to address this feature (#42).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants