Some useful and/or interesting functions.
Additionnal commands and functions available:
$reverse(<width>
This one is a programming exercise
Don't rely on it.
$notword(<word #> ) Remove the word # from the list. starts at 1
show <array name> Show all items in the array and subarrays
push <listname>
e.g. push name Bill Jane Jim
$push(<listname>
success or failure
pop listname pop first item off top of list listname
$pop(listname) like pop but returns that item
$pluck(listname word) pluck the word from the list listname and
return the new list
$sort(<list of words>) Sorts the given list of words case insensitive
(Daemon 93)