Version 3 of trotsky_say

Updated 2011-09-21 10:58:02 by RLE
set ::trotsky "         \"\$speech\"
         /
      xxxxxx
     @(-0-0)@
        xxx
        (o)
         x
 "

 proc say { speech } {
      regsub -all {\n} $speech "\n          " speech
      return [ subst $::trotsky ]
 }