Handbook
Glossary
thrice ( quot -- )
Extra combinators
Prev:
twice ( quot -- )
Next:
forever ( quot -- )
Vocabulary
combinators
.
extras
Inputs
quot
a quotation
Outputs
None
Word description
Calls a quotation three times.
Examples
The following two lines are equivalent:
[ q ] thrice q q q
Definition
USING:
combinators.extras.private
kernel
;
IN:
combinators.extras
:
thrice
( quot -- )
callk
callk
call
;
inline