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