aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/working/each.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/working/each.ey b/examples/working/each.ey
index aff53cf..0e59bc9 100644
--- a/examples/working/each.ey
+++ b/examples/working/each.ey
@@ -1 +1 @@
-{ =i i dump } [ 1 2 3 ] each
+[ 1 2 3 ] { =i i dump } each