aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/working/hash-set.ey8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/working/hash-set.ey b/examples/working/hash-set.ey
new file mode 100644
index 0000000..acd9e75
--- /dev/null
+++ b/examples/working/hash-set.ey
@@ -0,0 +1,8 @@
+< { defv }' /put deff > =hashSet
+
+1 /one hashSet .put
+2 /two hashSet .put
+
+hashSet .one dump
+hashSet .two dump
+hashSet keys dump