Is there a complete reference on the escape syntax supported by caos? :3
Eg, weird things sometimes supported by languages (namely C), like
\n
\r
\a
\b
\0
\021 (base 8 octal!)
\x4F (base 16 hex)
(I'm also largely putting this here so it gets turned into test cases someday XD )
And note that these things might use different escape syntaxes!
• CAOS String Literals
• CAOS Char-syntax Integer Literals
• OUTX
• Catalogue files
• PRAY Template (Source) Files
Is there a complete reference on the escape syntax supported by caos? :3
Eg, weird things sometimes supported by languages (namely C), like
\n
\r
\a
\b
\0
\021 (base 8 octal!)
\x4F (base 16 hex)
(I'm also largely putting this here so it gets turned into test cases someday XD )
And note that these things might use different escape syntaxes!
• CAOS String Literals
• CAOS Char-syntax Integer Literals
• OUTX
• Catalogue files
• PRAY Template (Source) Files