VocabularykernelInputsOutputsWord descriptionApplies the quotation to both
x and
y, and then returns the first result that is not
f.
ExamplesUSING: kernel math prettyprint ;
3 6 [ odd? ] either? .
t
USING: kernel math prettyprint ;
5 7 [ even? ] either? .
f
Definition