VocabularykernelInputs| ? | a generalized boolean |
| true | a quotation with stack effect ( ..a ? -- ..a ) |
OutputsNone
Word descriptionVariant of
if* with no false quotation.
The following two lines are equivalent:
X [ Y ] when*
X dup [ Y ] [ drop ] if
Definition