summaryrefslogtreecommitdiff
path: root/pit/test/test4.pit
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-08-14 14:51:01 -0400
committerLLLL Colonq <llll@colonq>2026-08-14 14:51:01 -0400
commitfece4fc3d4decb70c94b49ab854fa9ae93b4d887 (patch)
tree71e355aaae2381078d0a403f89abfc6e6d7343f6 /pit/test/test4.pit
parent7b9c4a3ac265026d98624ac614eead866a190042 (diff)
pit: More VM-style evaluation
Diffstat (limited to 'pit/test/test4.pit')
-rw-r--r--pit/test/test4.pit5
1 files changed, 5 insertions, 0 deletions
diff --git a/pit/test/test4.pit b/pit/test/test4.pit
new file mode 100644
index 0000000..321a988
--- /dev/null
+++ b/pit/test/test4.pit
@@ -0,0 +1,5 @@
+(or
+ (case 'foo
+ ('foo 1)
+ ('bar 2))
+ 3) \ No newline at end of file