You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoisted functions are a partially supported, except for the following:
Function declarations (i.e. a function declared as a statement). Due to the quirky behavior of functions, it isn't currently optimized by Forgetti. Function declarations can be declared regardless of the function's flow (e.g. return, branches, etc.)
Hoisted functions are a partially supported, except for the following:
If
hello
is only accessed once, it works however if it is accessed more than once, the compiler doesn't know what to do:The text was updated successfully, but these errors were encountered: