aboutsummaryrefslogtreecommitdiff
path: root/examples/working/each.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-23 01:56:25 +0100
committerDrahflow <drahflow@gmx.de>2013-01-23 01:56:25 +0100
commitd7fbde238c596c3f7cbc5471a0efb32481bdf6b8 (patch)
tree988353c9d4dcd64f9f57a93bea60a962f588e04e /examples/working/each.ey
parente5b6407246b3fd64014f92e80679274cb1a7bfde (diff)
Thinner scope handling when necessary
Functions without own scope don't unneccesary save the current scope. This makes < > possible. Also: dearray implemented
Diffstat (limited to 'examples/working/each.ey')
-rw-r--r--examples/working/each.ey4
1 files changed, 3 insertions, 1 deletions
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