Further work on implementing functions

This commit is contained in:
2025-05-20 15:03:08 +10:00
parent 46e6d7f9da
commit a0b4caa6e8
7 changed files with 95 additions and 18 deletions

View File

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