Unsafe combinators - Factor Documentation (original) (raw)
Unsafe combinators
Factor handbook » The language » Combinators » Fundamental combinators
Prev: | execute-effect ( word effect -- ) |
---|
Unsafe calls declare an effect statically without any runtime checking: call-effect-unsafe ( quot effect -- )
execute-effect-unsafe ( word effect -- )