thrice ( quot -- )
Extra combinators

Prev:twice ( quot -- )
Next:forever ( quot -- )


Vocabulary
combinators.extras

Inputs
quota quotation


Outputs
None

Word description
Calls a quotation three times.

Examples
The following two lines are equivalent:
[ q ] thrice q q q


Definition