🐐 Aeternum loops

This commit is contained in:
2026-04-16 20:46:20 +02:00
parent c570d72b02
commit 7960f6e3da
7 changed files with 72 additions and 1 deletions

View File

@@ -141,6 +141,18 @@ The keyword `ET` can be used as a boolean "and". The keyword `AVT` can be used a
> XI
```
### AETERNVM loops
`AETERNVM FACE { ... }` is shorthand for an infinite loop — equivalent
to `DVM FALSITAS FACE { ... }` but without relying on `DVM`'s inverted
condition. Exit the loop with `ERVMPE` (or `REDI` from inside a function).
![AETERNVM loop](snippets/aeternvm.png)
```
> X
```
### PER loops
![PER loop](snippets/per.png)