Forthic Module Documentation
November 9, 2025 ยท View on GitHub
Generated: 2025-11-08T23:19:10.693Z
9 modules with 148 words total
Modules
| Module | Words | Description |
|---|---|---|
| array | 29 | Array and collection operations for manipulating arrays and records. |
| boolean | 14 | Comparison, logic, and membership operations for boolean values and conditions. |
| core | 27 | Essential interpreter operations for stack manipulation, variables, control flow, and module system. |
| datetime | 15 | Date and time operations using the Temporal API for timezone-aware datetime manipulation. |
| fs | 9 | TypeScript-specific file system operations for Node.js runtime. |
| json | 3 | JSON serialization, parsing, and formatting operations. |
| math | 24 | Mathematical operations and utilities including arithmetic, aggregation, and conversions. |
| record | 10 | Record (object/dictionary) manipulation operations for working with key-value data structures. |
| string | 17 | String manipulation and processing operations with regex and URL encoding support. |
Quick Links
- array: <REPEAT, APPEND, BY-FIELD, DIFFERENCE, DROP, ... (24 more)
- boolean: !=, <, <=, ==, >, ... (9 more)
- core: DEFAULT, DEFAULT, DUP, END-LOG, EXPORT, ... (22 more)
- datetime: >DATE, >DATETIME, >TIME, >TIMESTAMP, ADD-DAYS, ... (10 more)
- fs: APPEND-FILE, BASENAME, DIR-EXISTS?, DIRNAME, FILE-EXISTS?, ... (4 more)
- json: >JSON, JSON-PRETTIFY, JSON>
- math: -, *, /, +, ABS, ... (19 more)
- record: <DEL, <REC!, |REC@, INVERT-KEYS, KEYS, ... (5 more)
- string: /N, /R, /T, >STR, ASCII, ... (12 more)