Added outputs

This commit is contained in:
2025-09-16 15:58:33 +10:00
parent ebc4ab2fd9
commit 31d0e20fc4
3 changed files with 44 additions and 24 deletions

View File

@@ -4,4 +4,10 @@
Creates a string. Cannot create strings with a newline in them, but they can include null terminators (but why?).
Example usage (create string "Dingus"): `sDingus`
Example usage (create string "Dingus"): `sDingus`
### o
Outputs a string.
Example usage (output the 3rd created string, second index): `o2`