; R3-compatible interface
map: func ['word data [block!] body [block!]] [
collect/only res compose/deep [
repeat (word) data [res: do bind/copy body (to lit-word! word)]
]
]
You need to create an account or log in to post comments to this site.