Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
Synopsis:
$reverse(<word list>)
Technical:
This returns the input list in reverse order it was entered.
Practical:
There aren't many obvious uses for this function. One possibility might
be a simple two-way encoding scheme, to deter any eyes that might be
spying on your conversation.
Returns:
input list reversed character for character
Examples:
$reverse(welcome to our channel) returns "lennahc ruo ot emoclew"
See Also:
revw(6)