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/test5.pit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pit/test/test5.pit (limited to 'pit/test/test5.pit') diff --git a/pit/test/test5.pit b/pit/test/test5.pit new file mode 100644 index 0000000..3ea3fc7 --- /dev/null +++ b/pit/test/test5.pit @@ -0,0 +1,5 @@ +(defun! foo (x) + (print! x) + (foo (+ x 1))) + +(foo 0) \ No newline at end of file -- cgit v1.3.1