Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.55 KB

File metadata and controls

29 lines (20 loc) · 1.55 KB

remove()

Remove

This function results in the output of collected lines not including the header(s) indicated in the argument to remove().

Data signatures
remove( header identifier: $${\color{green}int}$$ ǁ $${\color{green}str}$$, ... )
remove( header: $${\color{green}Any}$$, ... )
Call signatures
remove( header identifier: Term, ... )
remove( header: Header, ... )
Purpose Value
Main focus remove() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]