diff --git a/interp.py b/interp.py index 9b0f6f9..bec6528 100644 --- a/interp.py +++ b/interp.py @@ -50,7 +50,7 @@ return self.env[ast.subject] def run_conditional(self, ast): - print("Unimplemented if") + print("Unimplemented conditional") return None def run_command(self, ast):