aboutsummaryrefslogtreecommitdiff
path: root/test2.lang
diff options
context:
space:
mode:
Diffstat (limited to 'test2.lang')
-rw-r--r--test2.lang4
1 files changed, 3 insertions, 1 deletions
diff --git a/test2.lang b/test2.lang
index 0308a745f..fba03fd8d 100644
--- a/test2.lang
+++ b/test2.lang
@@ -34,7 +34,9 @@
(_. (_.. System out) (println 2.3))
(_. (_.. System out) (println #"Y"))
(_. (_.. System out) (println "this\tis a\nstring"))
- )
+ (case (#Box "data")
+ (#Box value)
+ (_. (_.. System out) (println value))))
(_. (_.. System out) (println "FALSE"))))
## All of these work :D