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

function references #19

Open
fergusq opened this issue Sep 24, 2014 · 1 comment
Open

function references #19

fergusq opened this issue Sep 24, 2014 · 1 comment

Comments

@fergusq
Copy link

fergusq commented Sep 24, 2014

Function values, so that i can put a function to a variable or give it as an argument to another function.

Example:
Function f(x as Number) as Number....End Function
Function drawFunction(fun as Number(Number))....End Function

drawFunction f

@henkkuli
Copy link
Collaborator

This feature is planned for the next version of the compiler.

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

No branches or pull requests

2 participants