home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / revw < prev    next >
Encoding:
Text File  |  2002-10-28  |  476 b   |  21 lines

  1. Synopsis:
  2.    $revw(<word list>)
  3.  
  4. Technical:
  5.    This returns the input list in reverse order it was entered.
  6.  
  7. Practical:
  8.    There aren't may obvious uses for this function.  One possibility might
  9.    be a simple two-way encoding scheme, to deter any eyes that might be
  10.    spying on your conversation.
  11.  
  12. Returns:
  13.    input list reversed word for word
  14.  
  15. Examples:
  16.    $revw(welcome to our channel)            returns "channel our to welcome"
  17.  
  18. See Also:
  19.    reverse(6)
  20.  
  21.