diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working/hash-set.ey | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/working/hash-set.ey b/examples/working/hash-set.ey index acd9e75..495c27f 100644 --- a/examples/working/hash-set.ey +++ b/examples/working/hash-set.ey @@ -6,3 +6,14 @@ hashSet .one dump hashSet .two dump hashSet keys dump + +{ + < { defv }' /put deff > =hashSetB + + 1 /one hashSetB .put + 2 /two hashSetB .put + + hashSetB .one dump + hashSetB .two dump + hashSetB keys dump +} * |
