From 3e3fb773dc62b0e045ebdafa48551c646a2929c7 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 7 Jan 2013 17:05:02 +0100 Subject: Correct scope stuff even when quoted --- examples/working/hash-set.ey | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'examples') 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 +} * -- cgit v1.2.3