aboutsummaryrefslogtreecommitdiff
path: root/compiler/standard.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-08-28 14:29:13 +0200
committerDrahflow <drahflow@gmx.de>2013-08-28 14:29:13 +0200
commitfdd6dbf870747bd02f3a3ce6523dcc2c32880acb (patch)
tree80ed68cb37e61bd2d123c61f2f20f6d41ae63e22 /compiler/standard.ey
parent4ed0f87a556e13d9394345727700e6440bd3b6f4 (diff)
More functions in the library
Diffstat (limited to 'compiler/standard.ey')
-rw-r--r--compiler/standard.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standard.ey b/compiler/standard.ey
index 0c92d47..caf9b0e 100644
--- a/compiler/standard.ey
+++ b/compiler/standard.ey
@@ -61,7 +61,7 @@
{ _ =*conds len ==max
0 ==i { i max lt } {
- i conds { i 1 add conds * max =i } { } ? *
+ i conds * { i 1 add conds * max =i } { } ? *
i 2 add =i
} loop
} /conds deffd