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
FSInterpreter *interpreter; // This is designed to be used only when a block is cretated externaly to an existing FSInterpreter. It will be nil in other cases.
// This can be done by using the "asBlock" method on an NSString (see FSNSString category).
// In such a case, the block needs to create its own enclosing environment (wich will notably includes a "sys" object).
// This reference to the FSInterpreter is needed in order to release the interpreter when the block is deallocated.