| Prev: | quad-curry ( x p q r s -- p' q' r' s' ) | 
| Next: | quad-curry@ ( w x y z q -- p' q' r' s' ) | 
| w | an object | 
| x | an object | 
| y | an object | 
| z | an object | 
| p | a quotation with stack effect ( x -- ... ) | 
| q | a quotation with stack effect ( x -- ... ) | 
| r | a quotation with stack effect ( x -- ... ) | 
| s | a quotation with stack effect ( x -- ... ) | 
| p' | [ w p ] | 
| q' | [ x q ] | 
| r' | [ y r ] | 
| s' | [ z s ] |