Skip to content

Commit 6e57104

Browse files
Updates engine/README.md
Auto commit by GitBook Editor
1 parent a41edca commit 6e57104

2 files changed

Lines changed: 47 additions & 49 deletions

File tree

engine/README.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
2-
3-
4-
engine
5-
6-
engine
7-
8-
## Description
9-
nelson engine functions
10-
11-
12-
* [argv](argv.md) - Nelson command line arguments.
13-
* [executable](executable.md) - Executables to start Nelson software.
14-
* [finish](finish.md) - User finish file.
15-
* [getnelsonmode](getnelsonmode.md) - Returns current Nelson mode.
16-
* [isquietmode](isquietmode.md) - Return true if Nelson started with --quiet option.
17-
* [#! shebang](shebang.md) - On Unix, Linux operating systems, Parses the rest of the script's initial line as an interpreter directive.
18-
* [startup](startup.md) - User startup file.
19-
20-
21-
1+
```
2+
engine
3+
```
4+
5+
engine
6+
7+
## Description
8+
9+
nelson engine functions
10+
11+
* argv - Nelson command line arguments.[engine/argv.md](/engine/argv.md "sss")
12+
* [executable](executable.md) - Executables to start Nelson software.
13+
* [finish](finish.md) - User finish file.
14+
* [getnelsonmode](getnelsonmode.md) - Returns current Nelson mode.
15+
* [isquietmode](isquietmode.md) - Return true if Nelson started with --quiet option.
16+
* [\#! shebang](shebang.md) - On Unix, Linux operating systems, Parses the rest of the script's initial line as an interpreter directive.
17+
* [startup](startup.md) - User startup file.
18+
19+
20+

functions_manager/README.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
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

Comments
 (0)