VocabularykernelInputsOutputsWord descriptionCalls
quot on
x,
y, and
z and either keeps
x,
y, and
z or replaces them with
f.
ExamplesTrue case:
USING: kernel math prettyprint ;
3 4 5 [ + + even? ] 3guard [ . ] tri@
3
4
5
False case:
USING: kernel math prettyprint ;
3 4 5 [ + + odd? ] 3guard [ . ] tri@
f
f
f
See also1check,
1guard,
2check,
2guard,
3checkDefinition