Fixes and functions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user