|
1 | | - |
2 | | - |
3 | | - |
4 | | - functions manager |
5 | | - |
6 | | -functions manager |
7 | | - |
8 | | -## Description |
9 | | -functions manager |
10 | | - |
11 | | - |
12 | | -* [addpath](addpath.md) - Add directories to functions search path. |
13 | | -* [builtin](builtin.md) - Executes built-in function. |
14 | | -* [clearfun](clearfun.md) - Clear an built-in function. |
15 | | -* [feval](feval.md) - Evaluates function. |
16 | | -* [isbuiltin](isbuiltin.md) - Check for the existence of a builtin. |
17 | | -* [ismacro](ismacro.md) - Check for the existence of a macro (function). |
18 | | -* [macroargs](macroargs.md) - Returns variables names of a function. |
19 | | -* [path](path.md) - Modify or display Nelson’s load path. |
20 | | -* [rehash](rehash.md) - Reinitialize Nelson’s search path directory cache. |
21 | | -* [restoredefaultpath](restoredefaultpath.md) - Restore Nelson’s path to its initial state at startup. |
22 | | -* [rmpath](rmpath.md) - Remove directory from search path. |
23 | | -* [userpath](userpath.md) - Displays or modify default user functions directory. |
24 | | -* [what](what.md) - Get Nelson builtin and macro list. |
25 | | -* [which](which.md) - Locates functions and built-in. |
26 | | - |
27 | | - |
28 | | - |
| 1 | +``` |
| 2 | +functions manager |
| 3 | +``` |
| 4 | + |
| 5 | +functions manager |
| 6 | + |
| 7 | +## Description |
| 8 | + |
| 9 | +functions manager |
| 10 | + |
| 11 | +* [addpath](addpath.md) - Add directories to functions search path. |
| 12 | +* [builtin](builtin.md) - Executes built-in function. |
| 13 | +* [clearfun](clearfun.md) - Clear an built-in function. |
| 14 | +* [feval](feval.md) - Evaluates function. |
| 15 | +* [isbuiltin](isbuiltin.md) - Check for the existence of a builtin. |
| 16 | +* [ismacro](ismacro.md) - Check for the existence of a macro \(function\). |
| 17 | +* [macroargs](macroargs.md) - Returns variables names of a function. |
| 18 | +* [path](path.md) - Modify or display Nelson’s load path. |
| 19 | +* [rehash](rehash.md) - Reinitialize Nelson’s search path directory cache. |
| 20 | +* [restoredefaultpath](restoredefaultpath.md) - Restore Nelson’s path to its initial state at startup. |
| 21 | +* [rmpath](rmpath.md) - Remove directory from search path. |
| 22 | +* [userpath](userpath.md) - Displays or modify default user functions directory. |
| 23 | +* [what](what.md) - Get Nelson builtin and macro list. |
| 24 | +* [which](which.md) - Locates functions and built-in. |
| 25 | + |
| 26 | + |
| 27 | + |
0 commit comments