VocabularykernelInputsOutputsWord descriptionTests if the quotation yields a true value when applied to both
x and
y.
ExamplesUSING: kernel math prettyprint ;
3 5 [ odd? ] both? .
t
USING: kernel math prettyprint ;
12 7 [ even? ] both? .
f
Definition