From d7fbde238c596c3f7cbc5471a0efb32481bdf6b8 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 23 Jan 2013 01:56:25 +0100 Subject: Thinner scope handling when necessary Functions without own scope don't unneccesary save the current scope. This makes < > possible. Also: dearray implemented --- examples/working/hash-set.ey | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/working/hash-set.ey') 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 -- cgit v1.2.3