🐐 LITTERA
This commit is contained in:
@@ -366,6 +366,11 @@ Parses a Roman numeral string and returns its integer value. The argument must b
|
||||
|
||||
Returns the type of `value` as a string: `NVMERVS` (integer), `LITTERA` (string), `VERAX` (boolean), `CATALOGVS` (list), `FRACTIO` (fraction), `TABVLA` (dict), `FVNCTIO` (function), or `NVLLVS` (null).
|
||||
|
||||
### LITTERA
|
||||
`LITTERA(value)`
|
||||
|
||||
Returns `value` formatted as the same display string `DIC` would print. Integers become Roman numerals (zero becomes `NVLLVS`), fractions use the `S`/`:`/`.`/`|` notation, booleans become `VERITAS`/`FALSITAS`, arrays are space-separated in brackets, and dicts use the `{ key VT value, ... }` form. Strings pass through unchanged. Respects `MAGNVM` and `SVBNVLLA` for large and negative numbers. Inverse of `NVMERVS` for integers: `NVMERVS(LITTERA(n)) == n`.
|
||||
|
||||
### DORMI
|
||||
`DORMI(n)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user