diff options
Diffstat (limited to 'pit/test/test4.pit')
| -rw-r--r-- | pit/test/test4.pit | 11 |
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 |
