VocabularykernelInputsOutputsWord descriptionCalls
quot on
x and keeps
x under the boolean result from the
quot.
ExamplesTrue case:
USING: kernel math prettyprint ;
6 [ even? ] 1check [ . ] bi@
6
t
False case:
USING: kernel math prettyprint ;
6 [ odd? ] 1check [ . ] bi@
6
f
See also1guard,
2check,
2guard,
3check,
3guardDefinition