Don't throw exception when line that contains > contains no variable found

This commit is contained in:
Stone_Red
2025-03-04 15:14:01 +01:00
parent 1df0d34841
commit 11200cbff8
@@ -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++)