# $EPIC: pop_command.txt,v 1.4 2006/08/29 18:22:56 sthalik Exp $ ======Synopsis:====== pop //// ======Technical:====== The __pop__ command removes the final [[what_is_a_word|word]] from the value of ////. DOUBLE QUOTED WORDS ARE NOT SUPPORTED (yet). If the value of //// contains only one word, then the variable is unset. This is an internal alias for the $[[pop function|pop]](). ======Returns:====== Removes the last word of the value of //// ======Examples:====== assign booya one two three four pop booya echo $booya This outputs "one two three" ======History:====== This command first appeared in "+7" (post-ircII, pre-EPIC)