fix: #2 statement.stype isn't cleared on reruns

This commit is contained in:
2026-07-25 23:55:24 +05:30
parent 23fd1d5a1e
commit deb125db4b
2 changed files with 12 additions and 6 deletions
+2
View File
@@ -44,6 +44,8 @@ func Run() {
fmt.Println("Executed.")
case ExecuteTableFull:
fmt.Println("Error: Table is full")
case ExecuteFail:
//todo
}
}