summaryrefslogtreecommitdiff
path: root/pit/test/test4.pit
diff options
context:
space:
mode:
Diffstat (limited to 'pit/test/test4.pit')
-rw-r--r--pit/test/test4.pit11
1 files changed, 6 insertions, 5 deletions
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