🐐 NVLLVS and string concatenation

This commit is contained in:
2026-04-01 12:40:39 +02:00
parent 16e785e8fa
commit 83c9a56821
6 changed files with 57 additions and 9 deletions

View File

@@ -67,6 +67,14 @@ Strings are written as text in quotes (`'` or `"`).
DESIGNA x VT "this is a string"
```
Strings are concatenated with `:`:
```
DESIGNA greeting VT "Hello, " : "world!"
```
`NVLLVS` coerces to an empty string when used with `:`. Note: `+` is for arithmetic only — using it on strings raises an error.
### Integers
Integers must be written in roman numerals using the following symbols: