diff options
| author | Drahflow <drahflow@gmx.de> | 2012-12-30 13:46:50 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2012-12-30 13:46:50 +0100 |
| commit | d0eccb26da64c6fce524fe14a390c4e4c629ee2d (patch) | |
| tree | c3aa5bfa8d7cf6ffecfa856f2d4e6a04699b34bd /examples/working/each.ey | |
| parent | d36359347d14b42910b97b9c6124c33f795ec42c (diff) | |
each got reverse argument
Diffstat (limited to 'examples/working/each.ey')
| -rw-r--r-- | examples/working/each.ey | 2 |
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 |
