aboutsummaryrefslogtreecommitdiff
path: root/test2.lang
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test2.lang6
1 files changed, 4 insertions, 2 deletions
diff --git a/test2.lang b/test2.lang
index 0c6eeb342..0308a745f 100644
--- a/test2.lang
+++ b/test2.lang
@@ -30,9 +30,11 @@
(def (main args)
(if true
(do (_. (_.. System out) (println true))
- (_. (_.. System out) (println 1))
+ (_. (_.. System out) (println (another/id 1)))
(_. (_.. System out) (println 2.3))
- (_. (_.. System out) (println "string")))
+ (_. (_.. System out) (println #"Y"))
+ (_. (_.. System out) (println "this\tis a\nstring"))
+ )
(_. (_.. System out) (println "FALSE"))))
## All of these work :D