Revision df86801e82b9d98c577cc8bd9ea52339003d3d3e authored by Dan Malec on 27 October 2020, 01:17:41 UTC, committed by Dan Malec on 30 October 2020, 02:23:14 UTC
* Catch the case of a macro stopping and return the appropriate error message
* Added unit tests to cover this and neighboring cases
1 parent 9e69e32
Raw File
remove
;;; -*- logo -*-

to remove :thing :list
output filter [not equalp ? :thing] :list
end

bury "remove
back to top