Strings are used to store textual data. dryLang offers three different string literals to fit any situation.
Standard strings.
Identical to double quotes, useful if your string contains double quotes inside.
Raw strings ignore escape sequences (like \n). They are evaluated exactly as written, and can easily span multiple lines.