You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: