Changeset 25901 in project
- Timestamp:
- 02/14/12 07:15:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/vlist
r25900 r25901 177 177 178 178 Folds over the key/pair elements of {{vhash}} from left to right, with 179 each call to {{proc}} having the form {{( {{proc}}key value result)}},179 each call to {{proc}} having the form {{(proc key value result)}}, 180 180 where {{result}} is the result of the previous call to {{proc}} and 181 181 {{init}} the value of {{result}} for the first call to {{proc}}. … … 185 185 186 186 Folds over the key/pair elements of {{vhash}} from right to left, with 187 each call to {{proc}} having the form {{( {{proc}}key value result)}},187 each call to {{proc}} having the form {{(proc key value result)}}, 188 188 where {{result}} is the result of the previous call to {{proc}} and 189 189 {{init}} the value of {{result}} for the first call to {{proc}}.
Note: See TracChangeset
for help on using the changeset viewer.