remove_alist

sefun
SYNOPSIS
        mixed *remove_alist(mixed key, mixed *alist)

DESCRIPTION
        Remove the key and data specified by key of the alist and return the new
        alist.

EXAMPLE
        mixed *alist;
        ...
        alist=remove_alist("the magic key",alist);
        

SEE ALSO
        filter(E), assoc(E), insert_alist(E), map(E),
        member(E), order_alist(E), sort_array(E),unique_array(E), order_alist(E)