aboutsummaryrefslogtreecommitdiff
path: root/examples/working/arrays.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2012-12-30 14:39:45 +0100
committerDrahflow <drahflow@gmx.de>2012-12-30 14:39:45 +0100
commit047fb919e7a08c7daa5ec4581fc5ab8cf5f25a6f (patch)
tree9e9fac15c1e2c0714467048ae52a90344b9f4522 /examples/working/arrays.ey
parentd74d19aee738ba60f584899e9530e9aa98845be2 (diff)
-, _, * now normal functions
Diffstat (limited to 'examples/working/arrays.ey')
-rw-r--r--examples/working/arrays.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/working/arrays.ey b/examples/working/arrays.ey
index 2bf2431..4f314e2 100644
--- a/examples/working/arrays.ey
+++ b/examples/working/arrays.ey
@@ -23,7 +23,7 @@
-00
0 -01 * 7 eq test
1 -01 * 10 eq test
-[ 1 2 3 ] _0 add
+[ 1 2 3 ] _ add
-000
0 -01 * 2 eq test
1 -01 * 4 eq test