From 904d647031286cd63b61c9f06d8e61377da42360 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 571a53d3..2cce2b56 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()),