Correct misplaced parenthesis

This commit is contained in:
Benjamin VAUDOUR 2021-12-27 17:53:12 +00:00
parent 6587fe2812
commit 6dc895ccfb
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ fn cexec {|cond v1 v2|
} }
fn less {|cmp| fn less {|cmp|
put {|e1 e2| < ($cmp $e1 $e2 0)} put {|e1 e2| < ($cmp $e1 $e2) 0}
} }