aboutsummaryrefslogtreecommitdiff
path: root/examples/working
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-07 17:05:02 +0100
committerDrahflow <drahflow@gmx.de>2013-01-07 17:05:02 +0100
commit3e3fb773dc62b0e045ebdafa48551c646a2929c7 (patch)
tree0bc3246bf51b3e1c11c860bd6f94f5d6c772a8c9 /examples/working
parent1341f245ac3dbbd1a9499b234da418ecce148fd2 (diff)
Correct scope stuff even when quoted
Diffstat (limited to 'examples/working')
-rw-r--r--examples/working/hash-set.ey11
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
+} *