# $EPIC: reverse.txt,v 1.2 2006/08/19 06:07:20 sthalik Exp $ ======Synopsis:====== $__reverse__() ======Technical:====== * This function returns a copy of with all of the characters in reverse order, to wit: * Let the characters in be numbered from 0 to : ^ Index in ^ Index in return value ^ | 0 | | | 1 | | | 2 | | | ... | ... | | | 2 | | | 1 | | | 0 | ======Practical:====== This function should be pretty self-explanatory. ======Returns:====== A copy of in reverse. ======Examples:====== $revw(welcome to our channel) returns "lennahc ruo ot emoclew") ======History:====== This function first appeared in "+6" (post-ircII, pre-EPIC)