mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
Don't throw exception when line that contains > contains no variable found
This commit is contained in:
@@ -93,7 +93,7 @@ internal partial class VariableStatements : StatementRuntimeInformation
|
||||
|
||||
if (matches.Count <= 0)
|
||||
{
|
||||
RuntimeInfo.Exit("Invalid syntax", true);
|
||||
return;
|
||||
}
|
||||
|
||||
for (int i = 0; i < matches.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user