More stuff related to lists
This commit is contained in:
@@ -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 = "");
|
||||
};
|
||||
|
Reference in New Issue
Block a user