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

Implement Lambdas #39

Open
Unknown6656 opened this issue Aug 15, 2020 · 1 comment
Open

Implement Lambdas #39

Unknown6656 opened this issue Aug 15, 2020 · 1 comment
Assignees
Labels
area: parser feature request New feature or request
Projects
Milestone

Comments

@Unknown6656
Copy link
Owner

Unknown6656 commented Aug 15, 2020

maybe with the syntax

$my_func = Lambda($a, $b)
    return $a + $b
EndLambda

or:

$my_func = Lambda($a, $b) ->$a + $b
@Unknown6656 Unknown6656 created this issue from a note in FEATURES (ToDo - Soon) Aug 15, 2020
@Unknown6656 Unknown6656 self-assigned this Aug 15, 2020
@Unknown6656 Unknown6656 added area: parser feature request New feature or request labels Aug 15, 2020
@Unknown6656 Unknown6656 added this to the Au++ milestone Aug 15, 2020
@Unknown6656 Unknown6656 moved this from ToDo - Soon to ToDo - Backlog in FEATURES Aug 15, 2020
@Unknown6656
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: parser feature request New feature or request
Projects
Status: ToDo - Backlog
FEATURES
  
ToDo - Backlog
Development

No branches or pull requests

1 participant