Skip to content

Commit 40319f7

Browse files
2 parents 67c0491 + 715e7a1 commit 40319f7

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

_book/chapter_engine.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
1+
<<<<<<< HEAD:_book/chapter_engine.md
12

23

34

45
engine
6+
=======
7+
```
8+
engine
9+
```
10+
>>>>>>> 715e7a1e49a36ffae2c70cfd3d9fed79721d4db5:engine/README.md
511
612
engine
713

814
## Description
15+
<<<<<<< HEAD:_book/chapter_engine.md
916
nelson engine functions
1017

1118

1219
* [argv](argv.md) - Nelson command line arguments.
20+
=======
21+
22+
nelson engine functions
23+
24+
* [argv ](/[argv]%28argv.md%29)- Nelson command line arguments.[engine/argv.md](/engine/argv.md "sss")
25+
>>>>>>> 715e7a1e49a36ffae2c70cfd3d9fed79721d4db5:engine/README.md
1326
* [executable](executable.md) - Executables to start Nelson software.
1427
* [finish](finish.md) - User finish file.
1528
* [getnelsonmode](getnelsonmode.md) - Returns current Nelson mode.
1629
* [isquietmode](isquietmode.md) - Return true if Nelson started with --quiet option.
30+
<<<<<<< HEAD:_book/chapter_engine.md
1731
* [#! shebang](shebang.md) - On Unix, Linux operating systems, Parses the rest of the script's initial line as an interpreter directive.
32+
=======
33+
* [\#! shebang](shebang.md) - On Unix, Linux operating systems, Parses the rest of the script's initial line as an interpreter directive.
34+
>>>>>>> 715e7a1e49a36ffae2c70cfd3d9fed79721d4db5:engine/README.md
1835
* [startup](startup.md) - User startup file.
1936

2037

chapter_functions_manager.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
1+
<<<<<<< HEAD:chapter_functions_manager.md
12

23

34

45
functions manager
6+
=======
7+
```
8+
functions manager
9+
```
10+
>>>>>>> 715e7a1e49a36ffae2c70cfd3d9fed79721d4db5:functions_manager/README.md
511
612
functions manager
713

814
## Description
15+
<<<<<<< HEAD:chapter_functions_manager.md
916
functions manager
1017

18+
=======
19+
20+
functions manager
21+
>>>>>>> 715e7a1e49a36ffae2c70cfd3d9fed79721d4db5:functions_manager/README.md
1122
1223
* [addpath](addpath.md) - Add directories to functions search path.
1324
* [builtin](builtin.md) - Executes built-in function.
1425
* [clearfun](clearfun.md) - Clear an built-in function.
1526
* [feval](feval.md) - Evaluates function.
1627
* [isbuiltin](isbuiltin.md) - Check for the existence of a builtin.
28+
<<<<<<< HEAD:chapter_functions_manager.md
1729
* [ismacro](ismacro.md) - Check for the existence of a macro (function).
30+
=======
31+
* [ismacro](ismacro.md) - Check for the existence of a macro \(function\).
32+
>>>>>>> 715e7a1e49a36ffae2c70cfd3d9fed79721d4db5:functions_manager/README.md
1833
* [macroargs](macroargs.md) - Returns variables names of a function.
1934
* [path](path.md) - Modify or display Nelson’s load path.
2035
* [rehash](rehash.md) - Reinitialize Nelson’s search path directory cache.

0 commit comments

Comments
 (0)