I'm a geek, so I used a Linux command line mini script to turn each of the words around for me.
typing:
echo hello out there big world | xargs -n1 echo| rev | xargs echo
produces:
olleh tuo ereht gib dlrow
The "colin@zinfandel:~$" at the begining of the line is the command prompt on my workstation. It's my username followed by the workstation name (all my computers are named after grape varities)
A Most Peculiar Mademoiselle - Post a comment
The heart asks pleasure first.