From 1a78eaf8c333ffc43823fdd31fd429ced15f5fed Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 7 Dec 2021 21:20:24 +0100 Subject: [PATCH] huh??? --- ablescript/src/variables.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ablescript/src/variables.rs b/ablescript/src/variables.rs index 571a53d..2cce2b5 100644 --- a/ablescript/src/variables.rs +++ b/ablescript/src/variables.rs @@ -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()),