From fdd6dbf870747bd02f3a3ce6523dcc2c32880acb Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 28 Aug 2013 14:29:13 +0200 Subject: More functions in the library --- compiler/standard.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/standard.ey') 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 -- cgit v1.2.3