Files
Dragon/syntax.md

228 B

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