Return
This commit is contained in:
@@ -15,6 +15,7 @@ InstructionType strToInstructionType(std::string in) {
|
||||
else if (in == "while") return InstructionType::While;
|
||||
else if (in == "compare") return InstructionType::Compare;
|
||||
else if (in == "input") return InstructionType::Input;
|
||||
else if (in == "return") return InstructionType::Return;
|
||||
else return InstructionType::Variable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user