LFILTER
listsThe LFILTER
function filters the element of a LIST according to the result of a macro execution on each element of the LIST. It produces a LIST containing only the elements for which the macro returned true
.
The macro is called with a stack containing the LIST index on top and the element at that particular index below it. You can override this behaviour with a boolean.