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
Hmm, yeah, I guess that's confusing. It's expected, since Boris' runloop is running inside a function, which makes it a local variable, not global, unless explicitly declared global.
I could 'fix' it so variables declared within Boris' scope are copied into $GLOBALS, though this could have some unpleasant side-effects too (mostly with GC and cleaning up). I'll have to think about it a bit more.
the test() function should print a "1", but under boris, nothing is printed.
The text was updated successfully, but these errors were encountered: