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
filep
;;; -*- logo -*-

to filep :filename
ignore error
catch "error [openread :filename close :filename]
output emptyp error
end

bury "filep
back to top