================================================================================ Comments ------------------------------ \// This is not commented out. /\/ This is not commented out. //\ This is commented out. This is \// not commented out. This is /\// not commented out. This is//\ partly commented out. ------------------------------ \// This is not commented out. /\/ This is not commented out. This is \// not commented out. This is /\// not commented out. This is ------------------------------ ================================================================================ Backslash at the end of a file ------------------------------ Hello\ ------------------------------ Hello ------------------------------ Backslash at the end of the document ================================================================================ Escaping command syntax ------------------------------ \$$DebugEcho{Hello} $\$DebugEcho{Hello} $$\DebugEcho{Hello} $$DebugEcho\{Hello} $$DebugEcho{\Hello} $$DebugEcho{He\llo} $$DebugEcho{Hell\o} $$DebugEcho{Hello\} ------------------------------ \$$DebugEcho{Hello} $\$DebugEcho{Hello} \Hello He\llo Hell\o ------------------------------ Bad $$ syntax No opening brace Unclosed braces ================================================================================ Escaping argument syntax ------------------------------ $$DebugSpewArgs{Hello \| Goodbye} $$DebugSpewArgs{\|.name Fred} $$DebugSpewArgs{|\.name Fred} $$DebugSpewArgs{|.\name Fred} $$DebugSpewArgs{|.na\me Fred} ------------------------------ --- Start spew --- ::default:: Hello \| Goodbye --- End spew --- --- Start spew --- ::default:: \|.name Fred --- End spew --- --- Start spew --- ::default:: \.name Fred --- End spew --- --- Start spew --- ::default:: ::na:: \me Fred --- End spew --- ------------------------------ Unexpected empty name ================================================================================