Table of Contents

# $EPIC: notw.txt,v 1.4 2007/03/02 02:32:04 jnelson Exp $

Synopsis:

$notw(<number> <word list>)

Technical:

Practical:

Useful when you want to remove a word from a word list.

Returns:

The <word list> argument without the <number>th word, counting from zero.

Examples:

$notw(0 hello there how are you?)       returns "there how are you?"
$notw(2 hello there how are you?)       returns "hello there are you?"
$notw(-1 hello there how are you?)      returns "hello there how are you?"

History:

This function first appeared in “plus-2” (post-ircII, pre-EPIC)