Version 1 of trotsky_say

Updated 2002-07-24 18:06:21

set ::trotsky " \"\$speech\"

         /
      xxxxxx
     @(-0-0)@
        xxx
        (o)
         x
 "

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