| Author: | slava |
|---|---|
| Mode: | factor |
| Date: | Wed, 22 Oct 2008 23:11:21 |
:: copy-at ( from to assoc -- ) from assoc at [ to assoc set-at ] when* ; inline
| Author: | dharmatech |
|---|---|
| Mode: | factor |
| Date: | Wed, 22 Oct 2008 23:15:13 |
: copy-at ( from to assoc -- ) tuck '[ _ _ at [ _ _ set-at ] when* ] call ; inline