Vocabularycombinators.
extrasInputs| quot1 | a quotation with stack effect ( ..a -- ..b o1 ) |
| quot2 | a quotation with stack effect ( ..b -- ..c o2 ) |
| quot3 | a quotation with stack effect ( ..c -- ..d o3 ) |
| quot4 | a quotation with stack effect ( ..d -- ..e o4 ) |
OutputsWord descriptionA version of
2craft-1upthat crafts 4 values.
Definition