Handbook
Glossary
call-effect-unsafe ( quot effect -- )
Factor handbook
»
The language
»
Combinators
»
Fundamental combinators
»
Unsafe combinators
Next:
execute-effect-unsafe ( word effect -- )
Vocabulary
combinators
.
private
Inputs
quot
an
object
effect
an
object
Outputs
None
See also
call-effect
,
execute-effect
,
execute-effect-unsafe
Definition
USING:
kernel
;
IN:
combinators.private
:
call-effect-unsafe
( quot effect -- )
drop
call
;