v0.3.3: is lib word, UTF–8 string support

This commit is contained in:
Luxferre
2026-07-07 08:16:01 +03:00
parent 836a7c5380
commit a9f23d7861
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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 ]`.