🐐 TYPVS

This commit is contained in:
2026-04-21 21:09:59 +02:00
parent 693054491f
commit 78b1dd7667
7 changed files with 50 additions and 1 deletions

View File

@@ -309,6 +309,11 @@ Returns the keys of `dict` as an array.
Returns VERITAS if a strict majority of the arguments are VERITAS, FALSITAS otherwise. Also accepts a single array of booleans. All values must be booleans. Ties return FALSITAS.
### TYPVS
`TYPVS(value)`
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).
## Modules
Modules are additions to the base `CENTVRION` syntax. They add or change certain features. Modules are included in your code by having