Code structure improvements

This commit is contained in:
Stone_Red
2022-03-10 12:43:22 +01:00
parent c02104db5a
commit 83f99d4dd5
8 changed files with 26 additions and 379 deletions
@@ -32,7 +32,6 @@ namespace YesNt.Interpreter.Statements
else
{
RuntimeInfo.Exit("Invalid syntax", true);
return;
}
}
@@ -60,7 +59,6 @@ namespace YesNt.Interpreter.Statements
else
{
RuntimeInfo.Exit("Invalid syntax", true);
return;
}
}