Ldelete()
ldelete(<list>, <pos>[, <delim>])
This function removes a word from <list> by position.
<delim> may be used to specify a delimiter other than a space.
Example
> say ldelete(This is not a test, 3)
You say, "This is a test"
> say ldelete(Yet@Another@Mundane@List, 3, @)
You say, "Yet@Another@List"