-
Notifications
You must be signed in to change notification settings - Fork 19
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
Enhancement: treat decorated routine as first-class citizen #365
Comments
You simply mistook with the syntax: (dao) routine @d(f(args): routine) {io.writeln("@d")}
= none
(dao) r = @d(routine() {io.writeln("r")})
= routine_17_023CBB88
(dao) r()
@d
= none |
I did :( Thanks! |
Reopening, because the syntax |
Emm.. Isn't it what 'Statements not seperated properly' tries to say? |
It's just warning, then the parsing successfully continues, then the code is run and first then, an error is issued:
|
Oh, right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, only routines can be first-class citizens:
The text was updated successfully, but these errors were encountered: