aboutsummaryrefslogtreecommitdiff
path: root/examples/working/hash-set.ey
diff options
context:
space:
mode:
Diffstat (limited to 'examples/working/hash-set.ey')
-rw-r--r--examples/working/hash-set.ey8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/working/hash-set.ey b/examples/working/hash-set.ey
index 495c27f..046e42b 100644
--- a/examples/working/hash-set.ey
+++ b/examples/working/hash-set.ey
@@ -1,4 +1,4 @@
-< { defv }' /put deff > =hashSet
+< { defv }' /put deff > /hashSet defv
1 /one hashSet .put
2 /two hashSet .put
@@ -8,12 +8,12 @@ hashSet .two dump
hashSet keys dump
{
- < { defv }' /put deff > =hashSetB
+ < { defv }' /put deff > /hashSetB defv
1 /one hashSetB .put
2 /two hashSetB .put
hashSetB .one dump
hashSetB .two dump
- hashSetB keys dump
-} *
+ hashSetB
+} * keys dump