core
core functions
- banner — Shows Nelson banner.
- echo — Controls the echoing during their execution.
- eval — Evaluate Nelson code in string.
- evalc — Evaluate Nelson code with console capture.
- evalin — Evaluate Nelson code in string in an specified scope.
- execstr — Execute Nelson code in strings.
- exist — Check for the existence.
- exit — Exit from current Nelson application
- format — Display format and number printing.
- license — Get license information for Nelson.
- maxNumCompThreads — Set/Get maximum number of computional threads.
- namelengthmax — Return the maximum variable name length.
- nargin — Returns the number of input arguments.
- nargout — Returns the number of output arguments.
- nelsonroot — Returns Nelson's root folder.
- nfilename — Returns the name of the currently executing file.
- pause — Pauses script execution.
- prefdir — Return the preferences directory used by Nelson.
- quit — Terminate Nelson application
- run — Executes a script file (.nls).
- sha256 — Get sha256 checksum.
- version — Return the version of Nelson.