🐐 LONGITVDO on strings

This commit is contained in:
2026-04-16 18:26:17 +02:00
parent c720d75c79
commit b24134ae4e
4 changed files with 12 additions and 8 deletions

View File

@@ -191,9 +191,9 @@ Skips the rest of the current loop body and continues to the next iteration (`DV
Breaks out of the current loop (`DVM` or `PER`). Has no meaningful return value.
### LONGITVDO
`LONGITVDO array`
`LONGITVDO array` or `LONGITVDO string`
Returns the length of `array` as an integer.
Returns the length of `array` (element count) or `string` (character count) as an integer.
## Modules
Modules are additions to the base `CENTVRION` syntax. They add or change certain features. Modules are included in your code by having