From ff7407c146b8129c2f1cc7ebe3b5771ad2f5dfdd Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 1 Sep 2026 06:26:13 -0400 Subject: pit: Fix evaluator --- pit/test/test4.pit | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pit/test/test4.pit') diff --git a/pit/test/test4.pit b/pit/test/test4.pit index 321a988..ef8e04c 100644 --- a/pit/test/test4.pit +++ b/pit/test/test4.pit @@ -1,5 +1,6 @@ -(or - (case 'foo - ('foo 1) - ('bar 2)) - 3) \ No newline at end of file +(print! + (or + (case 'baz + (foo 1) + (bar 2)) + 3)) \ No newline at end of file -- cgit v1.3.1