forked from AbleScript/ablescript
huh???
This commit is contained in:
parent
6b5b8998c9
commit
1a78eaf8c3
|
@ -461,7 +461,7 @@ impl ops::Not for Value {
|
||||||
} => {
|
} => {
|
||||||
params.reverse();
|
params.reverse();
|
||||||
body.reverse();
|
body.reverse();
|
||||||
|
|
||||||
Functio::AbleFunctio { params, body }
|
Functio::AbleFunctio { params, body }
|
||||||
}
|
}
|
||||||
Functio::Eval(code) => Functio::Eval(code.chars().rev().collect()),
|
Functio::Eval(code) => Functio::Eval(code.chars().rev().collect()),
|
||||||
|
|
Loading…
Reference in a new issue