🐐 SCRIPTA

This commit is contained in:
2026-04-21 22:00:19 +02:00
parent e61009b6ef
commit 80d430970a
9 changed files with 250 additions and 4 deletions

View File

@@ -368,6 +368,16 @@ When `_` is added _after_ a numeric symbol, the symbol becomes 1.000 times large
All integer symbols except `I` may be given a `_`.
### SCRIPTA
The `SCRIPTA` module adds file I/O to your `CENTVRION` program. It adds 3 new built-in functions: `LEGE string`, `SCRIBE string string`, and `ADIVNGE string string`.
`LEGE string` reads the contents of the file at the given path and returns them as a string.
`SCRIBE string string` writes the second argument to the file at the path given by the first argument, overwriting any existing content.
`ADIVNGE string string` appends the second argument to the file at the path given by the first argument.
### SVBNVLLA
![CVM SVBNVLLA](snippets/svbnvlla.png)