Prev: | foldl ( ... list identity quot: ( ... prev elt -- ... next ) -- ... result ) |
Next: | lmap>array ( ... list quot: ( ... elt -- ... newelt ) -- ... array ) |
list | a list |
identity | an object |
quot | a quotation with stack effect ( ... prev elt -- ... next ) |
result | the final result |