| Prev: | each-index ( ... seq quot: ( ... elt index -- ... ) -- ... ) |
| Next: | interleave ( ... seq between quot: ( ... elt -- ... ) -- ... ) |
| seq | a sequence |
| identity | an object |
| quot | a quotation with stack effect ( ... prev elt -- ... next ) |
| result | the final result |