break-if
loop clause
(break-if test &optional val)
If test is true, breaks out of the current loop, while or foreach loop returning the value of val.
test
loop
while
foreach
val