aboutsummaryrefslogtreecommitdiff
path: root/examples/working/qsort.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/qsort.ey
parentd74d19aee738ba60f584899e9530e9aa98845be2 (diff)
-, _, * now normal functions
Diffstat (limited to 'examples/working/qsort.ey')
-rw-r--r--examples/working/qsort.ey4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/working/qsort.ey b/examples/working/qsort.ey
index c7bf93c..79e9f4c 100644
--- a/examples/working/qsort.ey
+++ b/examples/working/qsort.ey
@@ -14,8 +14,8 @@
} each
store _ end a swap
- _ 1 sub start -0101 lt { a qsort } { -- } ? *
- 1 add end -1010 lt { a qsort } { -- } ? *
+ _ 1 sub start -0101 lt { a qsort } { -2 } ? *
+ 1 add end -1010 lt { a qsort } { -2 } ? *
} /qsort deff
{ _ len _ 0 gt { 1 sub 0 -012 qsort } rep } /sort deff