diff options
| author | LLLL Colonq <llll@colonq> | 2026-09-01 20:59:47 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-09-01 20:59:47 -0400 |
| commit | a107593b6b362fb68e409c9d7b79427776d137d7 (patch) | |
| tree | e12f7ac95177432abb477273fb5f11122bafb38a /pit/test/test6.pit | |
| parent | ff7407c146b8129c2f1cc7ebe3b5771ad2f5dfdd (diff) | |
Diffstat (limited to 'pit/test/test6.pit')
| -rw-r--r-- | pit/test/test6.pit | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pit/test/test6.pit b/pit/test/test6.pit index 93e5860..cb04f22 100644 --- a/pit/test/test6.pit +++ b/pit/test/test6.pit @@ -1,5 +1,6 @@ (print! - (case 'bar - (foo 1) - (bar 2))) + ((case 'baz + (foo (lambda (x) (+ x 1))) + (bar (lambda (x) (+ x 2)))) + 3))
\ No newline at end of file |
