diff --git a/main.c b/main.c index 9fc118e..b4be70e 100644 --- a/main.c +++ b/main.c @@ -3207,8 +3207,7 @@ int main(int argc, char* const* argv) struct value* value = evaluate(expression, scope); - TODO; // switch on value kind - // print(value); + print(value); free_value(value);