]> gitweb.factorcode.org Git - factor.git/commit
kernel: Add withd
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Jul 2022 21:30:01 +0000 (16:30 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Jul 2022 18:25:41 +0000 (13:25 -0500)
commit222202d7e1aee3de4a3509f17742893100c41cf7
tree1453322e78304faf70ce614dfb9f0f461bcee7e6
parenta32693d7ad096c86ef5fb8eb14ffc07f1cd8bf9f
kernel: Add withd

10 { { 1 100 } { 2 200 } { 3 300 } } [ + + . ] withd assoc-each

Quotation sees:

10 1 100
10 2 200
10 3 300
core/kernel/kernel.factor