diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-07 17:05:02 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-07 17:05:02 +0100 |
| commit | 3e3fb773dc62b0e045ebdafa48551c646a2929c7 (patch) | |
| tree | 0bc3246bf51b3e1c11c860bd6f94f5d6c772a8c9 /examples | |
| parent | 1341f245ac3dbbd1a9499b234da418ecce148fd2 (diff) | |
Correct scope stuff even when quoted
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 +} * |
