return-if
macro
(return-if test &optional value)
If test evaluates as true, returns value or null from a function, otherwise continues execution of the function.
test
value
null