all repos — min @ 10a49ec26015e1136e3b2c3d9ce8c2c4c43f5364

A small but practical concatenative programming language.

Documented dpairs symbol.
h3rald h3rald@h3rald.com
Sat, 05 Dec 2020 10:41:12 +0100
commit

10a49ec26015e1136e3b2c3d9ce8c2c4c43f5364

parent

d563162a0055a136be2c44a26e1edba0bd44b6e9

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M site/contents/reference-dict.mdsite/contents/reference-dict.md

@@ -44,6 +44,9 @@ > >

> > {5 :q 4 :a 6 :c 7 :d "d" :a} ("a" "d") dpick #} +{#op||dpairs||{{d}}||({{a0p}})|| +Returns a quotation containing all the keys (odd items) and values (even items) of dictiionary {{d}}. #} + {#op||dset||{{d}} {{any}} {{sl}}||{{d}}|| Sets the value of the {{sl}} of {{d1}} to {{any}}, and returns the modified dictionary {{d}}. #}