Handbook
Glossary
only-reads-low-order? ( node -- ? )
Vocabulary
compiler
.
tree
.
modular-arithmetic
Inputs
node
an
object
Outputs
?
an
object
Definition
IN:
compiler.tree.modular-arithmetic
GENERIC:
only-reads-low-order?
( node -- ? )
Methods
USING:
combinators.short-circuit
compiler.tree
compiler.tree.modular-arithmetic
;
M:
#call
only-reads-low-order?
{
[
low-order-word?
]
[
{
[
modular-word?
]
[
output-modular?
]
}
1&&
]
}
1||
;
USING:
compiler.tree
compiler.tree.modular-arithmetic
kernel
;
M:
node
only-reads-low-order?
drop
f
;