Return statement

This commit is contained in:
Rafał Grodziński
2025-06-01 23:39:45 +09:00
parent fcfe6392a4
commit 2cecb456bb
4 changed files with 33 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ public:
EXPRESSION,
BLOCK,
FUNCTION_DECLARATION,
RETURN,
INVALID
};