B - Factor Documentation (original) (raw)

B
Factor handbook » UI developer tools » UI walker » Setting breakpoints

Prev: break ( -- )
Next: B:

Vocabulary
syntax

Word description
An alias for break, defined in the syntax vocabulary so that it is always available.

Definition

USING: sequences tools.continuations ;

IN: syntax

SYNTAX: B \ break suffix! ;