v0.3.3: is lib word, UTF–8 string support
This commit is contained in:
+2
-2
@@ -572,6 +572,6 @@ These words are defined in the standard library file `lib.clx` and loaded dynami
|
||||
- **Description**: Defines the entry point of the program by setting the `_main` word to execute `[actions]`.
|
||||
|
||||
#### `is`
|
||||
- **Syntax**: `is name [actions]`
|
||||
- **Stack Effect**: `( -- )` (parses name and actions Q-form from the execution stream).
|
||||
- **Syntax**: `name is [actions]`
|
||||
- **Stack Effect**: `( name -- )` (parses actions Q-form from the execution stream).
|
||||
- **Description**: A synonym/helper for `::` used to define inline words. Defined as `[ next defw ]`.
|
||||
|
||||
Reference in New Issue
Block a user