forever ( quot -- )
Extra combinators

Prev:thrice ( quot -- )
Next:cond-case ( assoc -- quot )


Vocabulary
combinators.extras

Inputs
quota quotation


Outputs
None

Word description
Calls a quotation in an endless loop.

Examples
The following two lines are equivalent:
[ q ] forever [ t ] [ q ] while


Definition