@verb #1971:"mirror" this none this rxdo #9342 @program #1971:"mirror" this none this "Returns the original input, plus its seven mirror and rotated images." output = {} for template in ({"123456789", "741852963", "987654321", "369258147", "321654987", "147258369", "789456123", "963852741"}) string = "" for pointer in [1..9] string = string + args[1][toint(template[pointer])] endfor output = setadd(output, string) endfor return output "Last modified by Dax (#789) on Tue May 3 14:12:30 2005 MDT." .