VocabularykernelInputsOutputsWord descriptionCalls
quot on
x and
y and keeps those two values under the boolean result from the
quot.
ExamplesTrue case:
USING: kernel math prettyprint ;
3 4 [ + odd? ] 2check [ . ] tri@
3
4
t
False case:
USING: kernel math prettyprint ;
3 4 [ + even? ] 2check [ . ] tri@
3
4
f
See also1check,
1guard,
2guard,
3check,
3guardDefinition