More stuff related to lists

This commit is contained in:
2025-05-12 20:04:38 +10:00
parent 7f4e87f768
commit b7febe7f1c
10 changed files with 101 additions and 8 deletions

View File

@@ -30,5 +30,6 @@ public:
void mathCannotDoOperationOnType(string operatorUsed, string type, string notes = "");
void cannotCompareDifferentTypes(string notes = "");
void comparisonTypeError(string notes = "");
void listTypeMismatch(string notes = "");
void generalError(string notes = "");
};