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/each.ey | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/working/each.ey') diff --git a/examples/working/each.ey b/examples/working/each.ey index 0e59bc9..54b0323 100644 --- a/examples/working/each.ey +++ b/examples/working/each.ey @@ -1 +1,3 @@ -[ 1 2 3 ] { =i i dump } each +|defv "==" deff + +[ 1 2 3 ] { ==i i dump } each -- cgit v1.2.3