🐐 SENATVS

This commit is contained in:
2026-04-21 15:49:53 +02:00
parent 861448cb04
commit f62a7dda1c
7 changed files with 66 additions and 1 deletions

View File

@@ -236,6 +236,11 @@ Breaks out of the current loop (`DVM` or `PER`). Has no meaningful return value.
Returns the length of `array` (element count) or `string` (character count) as an integer.
### SENATVS
`SENATVS(bool, ...)` or `SENATVS([bool])`
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 (even split) return FALSITAS.
## Modules
Modules are additions to the base `CENTVRION` syntax. They add or change certain features. Modules are included in your code by having