afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Function declaration inside function call #20

Closed JeremyGrieshop closed 1 year ago

JeremyGrieshop commented 1 year ago

This doesn't work:

(function f(x) { print(x); })(1);