Fixes and functions

This commit is contained in:
2025-10-01 13:43:08 +10:00
parent d137a623ed
commit 2a977707ee
8 changed files with 97 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
enum class InstructionType {
None, Print, Println, Math, Let, Variable, Exit, If, While, Input, Compare
None, Print, Println, Math, Let, Variable, Exit, If, While, Input, Compare, Function
};
enum class ValueType {