Handbook
Glossary
logical-op ( a b quot -- c )
Vocabulary
gml
.
coremath
Inputs
a
an
object
b
an
object
quot
an
object
Outputs
c
an
object
Definition
USING:
gml.types
kernel
;
IN:
gml.coremath
:
logical-op
( a b quot -- c )
[
[
true?
]
bi@
]
dip
call
>true
;
inline