🐐 Continue statement

This commit is contained in:
2026-04-10 13:37:15 +02:00
parent 4937a95f70
commit 633a8dedc8
7 changed files with 98 additions and 5 deletions

View File

@@ -180,6 +180,11 @@ Reads one line from stdin and returns it as a string.
Reads one line from stdin, parses it as a Roman numeral, and returns it as an integer. Raises an error if the input is not a valid numeral.
### CONTINVA
`CONTINVA`
Skips the rest of the current loop body and continues to the next iteration (`DVM` or `PER`). Has no meaningful return value.
### ERVMPE
`ERVMPE`