From 822bb16713b63939dc3070acef40254286f29caa Mon Sep 17 00:00:00 2001 From: xubiod Date: Thu, 4 Feb 2021 12:24:38 -0500 Subject: [PATCH] b --- xubot/src/Commands/SmallLangInterps.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xubot/src/Commands/SmallLangInterps.cs b/xubot/src/Commands/SmallLangInterps.cs index 72262c0..8dd5fa8 100644 --- a/xubot/src/Commands/SmallLangInterps.cs +++ b/xubot/src/Commands/SmallLangInterps.cs @@ -118,10 +118,7 @@ public static string Execute(string input, string ascii_input = "a") memory[memory_pointer] = inputs[input_pointer]; input_pointer++; } - catch (Exception e) - { - // do nothing - } + catch (Exception e) {} break; case '[': if (memory[memory_pointer] == 0)