jan tolenaar / kiezellisp / index-of-everything

Name

break-if

Usage

loop clause

Syntax

(break-if test &optional val)

Description

If test is true, breaks out of the current loop, while or foreach loop returning the value of val.