Interpreter functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Interpreter functions
interpreter functions
- stop evaluation.
- exit evaluation loop.
- continue evaluation in loop.
- for loop.
- function declaration.
- conditional statement.
- Returns all Nelson keywords.
- Stops script execution and enter in debug mode.
- Internal limit on the number of times a function may be called recursively.
- About integer and floating-point data.
- Parse a Nelson file.
- Parse a string.
- switch statement.
- try/catch statement.
- while loop.