<< Nelson 1.9.0.0
Interpreter functions
abort >>
Interpreter functions
interpreter functions
abort
—
stop evaluation.
break
—
exit evaluation loop.
continue
—
continue evaluation in loop.
for
—
for loop.
function
—
function declaration.
if
—
conditional statement.
iskeyword
—
Returns all Nelson keywords.
keyboard
—
Stops script execution and enter in debug mode.
max_recursion_depth
—
Internal limit on the number of times a function may be called recursively.
numeric types
—
About integer and floating-point data.
parsefile
—
Parse a Nelson file.
parsestring
—
Parse a string.
switch
—
switch statement.
try
—
try/catch statement.
while
—
while loop.
<< Nelson 1.9.0.0
Interpreter functions
abort >>