Allow access to lists

This commit is contained in:
2025-05-13 11:06:40 +10:00
parent 8fe543b291
commit de3941337c
5 changed files with 40 additions and 30 deletions

View File

@@ -31,5 +31,6 @@ public:
void cannotCompareDifferentTypes(string notes = "");
void comparisonTypeError(string notes = "");
void listTypeMismatch(string notes = "");
void listOutOfBounds(string notes = "");
void generalError(string notes = "");
};