Correct missing closing brace

This commit is contained in:
Benjamin VAUDOUR 2021-12-27 11:38:37 +00:00
parent f3879811c5
commit 602f7b5299
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)}
} }