pull/1/head
ondra05 2021-12-07 21:20:24 +01:00
parent c85e6e9257
commit 9e41f8de07
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ impl ops::Not for Value {
} => {
params.reverse();
body.reverse();
Functio::AbleFunctio { params, body }
}
Functio::Eval(code) => Functio::Eval(code.chars().rev().collect()),