Files
Dragon/syntax.md

7 lines
228 B
Markdown
Raw Normal View History

2025-09-15 10:12:50 +10:00
### Note: All programs must end with a null terminator.
### s
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`