VocabularykernelInputsOutputsNone
Word descriptionIf
cond is not
f, calls the
true quotation.
The
cond value is removed from the stack before the quotation is called.
ExamplesUSING: kernel math prettyprint ;
-5 dup 0 < [ 3 + ] when .
-2
Definition