ldelete Tcl Built-In Command

NAME

ldelete - remove an element from a list

SYNOPSIS

::dmh::ldelete list element

DESCRIPTION

This procedure searches the list for the first occurrence of element and removes it. The modified list is returned as the result.

AUTHOR

This procedure originally came from the Tcl-dp package.

KEYWORDS

list, ldelete