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
@@ -3983,15 +3989,15 @@ public InterpretingError getAndClearErrnoErrorObject(final int SCOPE_ID) {
3983
3989
}
3984
3990
3985
3991
/**
3986
-
* Creates an function which is accessible globally in the Interpreter (= in all SCOPE_IDs)<br>
3992
+
* Creates a function which is accessible globally in the Interpreter (= in all SCOPE_IDs)<br>
3987
3993
* If function already exists, it will be overridden<br>
3988
3994
* Function can be accessed with "func.[funcName]"/"fn.[funcName]" or with "linker.[funcName]"/"ln.[funcName]" and can't be removed nor changed by the Lang file
* Creates an function which is accessible globally in the Interpreter (= in all SCOPE_IDs)<br>
4000
+
* Creates a function which is accessible globally in the Interpreter (= in all SCOPE_IDs)<br>
3995
4001
* If function already exists, it will be overridden<br>
3996
4002
* Function can be accessed with "func.[funcName]"/"fn.[funcName]" or with "linker.[funcName]"/"ln.[funcName]" and can't be removed nor changed by the Lang file
3997
4003
*
@@ -4068,7 +4074,7 @@ public void interpretAST(final int SCOPE_ID, AbstractSyntaxTree ast) throws Stop
4068
4074
getAndResetReturnValue(); //Reset returned value else the interpreter would stop immediately
0 commit comments