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

anon functions within string interpolation #23

Closed
nadako opened this issue Apr 5, 2017 · 1 comment
Closed

anon functions within string interpolation #23

nadako opened this issue Apr 5, 2017 · 1 comment

Comments

@nadako
Copy link
Member

nadako commented Apr 5, 2017

class Main {
    static function main() {
        trace('${f(function(j) return j)}'); // oh my everything is a string
    }
}

@nadako
Copy link
Member Author

nadako commented Apr 5, 2017

This is probably an instance of #19, so I'll close this.

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

1 participant