VocabularykernelInputsOutputsWord descriptionCalls
quot on
x and either keeps
x or replaces it with
f.
ExamplesTrue case:
USING: kernel math prettyprint ;
6 [ even? ] 1guard .
6
False case:
USING: kernel math prettyprint ;
5 [ even? ] 1guard .
f
See also1check,
2check,
2guard,
3check,
3guardDefinition