rdm fx
This commit is contained in:
@@ -21,6 +21,8 @@ Supported compiler flags (all optional):
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
The nntrac binary can be run interactively (with `nntrac` or `echo 'script' | nntrac`) or in the script invocation mode (`./nntrac script.trac param1 param2 ...`). In the first case, the default "idling program" `#(ps,#(rs))` is run and the interpreter exits as soon as everything input until the first meta character (`'` by default) is executed and evaluated. In the second case, the script file is read and executed directly, with command line parameters passed to the special form names (see below).
|
||||||
|
|
||||||
### Main differences from the T-64 standard
|
### Main differences from the T-64 standard
|
||||||
|
|
||||||
- the `ps` (print string) primitive can accept multiple arguments (concatenating them on the output);
|
- the `ps` (print string) primitive can accept multiple arguments (concatenating them on the output);
|
||||||
|
|||||||
Reference in New Issue
Block a user