Handbook
Glossary
add-breakpoint ( quot -- quot' )
Vocabulary
tools
.
continuations
Inputs
quot
an
object
Outputs
quot'
an
object
Definition
IN:
tools.continuations
GENERIC:
add-breakpoint
( quot -- quot' )
Methods
USING:
arrays
sequences
tools.continuations
;
M:
array
add-breakpoint
[
add-breakpoint
]
map
;
USING:
kernel
quotations
sequences
tools.continuations
;
M:
callable
add-breakpoint
dup
[
break
]
head?
[
\
break
prefix
]
unless
;
USING:
kernel
tools.continuations
;
M:
object
add-breakpoint
;