Handbook
Glossary
retry ( quot: ( -- ? ) n -- )
Vocabulary
webapps
.
wee-url
Inputs
quot
a
quotation
with stack effect
( -- ? )
n
an
object
Outputs
None
Definition
USING:
continuations
kernel
;
IN:
webapps.wee-url
:
retry
( quot: ( -- ? ) n -- )
swap
[
drop
]
prepose
attempt-all
;
inline