🐐 SCRIPTA
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user