aboutsummaryrefslogtreecommitdiff
path: root/examples/working/qsort.ey
diff options
context:
space:
mode:
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