content.txt 183 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 $$ should prevent symbol expression and reduce to a single $. So $$a should translate to $a. |script| |$x=|echo|bob| |check|echo|$$x|$$x| |check|echo|$$a|$$a| |check|echo|$$|$$|