This shows you the differences between two versions of the page.
| — |
gnucap:manual:commands:include [2015/12/11 15:39] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== "include" command ====== | ||
| + | |||
| + | ===== Purpose ===== | ||
| + | |||
| + | Include a file, directly, as is. | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | include filename | ||
| + | |||
| + | ===== Comments ===== | ||
| + | |||
| + | The file is included as is. | ||
| + | |||
| + | If you are running interactive, it is as if you typed in what is in the file. | ||
| + | |||
| + | If you are running in a batch mode, or including a file from another file, it is as if you did a copy and paste into that file. | ||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | include npn.mod | ||
| + | Include the file npn.mod. | ||