aboutsummaryrefslogtreecommitdiff
path: root/test2.lang
diff options
context:
space:
mode:
authorEduardo Julian2014-12-18 00:55:29 -0400
committerEduardo Julian2014-12-18 00:55:29 -0400
commitdc9486ecca2f42525fb46bf200fb06e4803912ba (patch)
treee0713aebf15c1021c45fbe775e2db0b9f08dc205 /test2.lang
parentd389e983ff4f5d5b01219220ee50f52090816d43 (diff)
All the classes that used to be generated per function have now been folded into one.
Diffstat (limited to 'test2.lang')
-rw-r--r--test2.lang3
1 files changed, 2 insertions, 1 deletions
diff --git a/test2.lang b/test2.lang
index fba03fd8d..a60899827 100644
--- a/test2.lang
+++ b/test2.lang
@@ -30,7 +30,8 @@
(def (main args)
(if true
(do (_. (_.. System out) (println true))
- (_. (_.. System out) (println (another/id 1)))
+ (_. (_.. System out) (println (another/id 12345)))
+ (_. (_.. System out) (println (constant "ONE" "TWO")))
(_. (_.. System out) (println 2.3))
(_. (_.. System out) (println #"Y"))
(_. (_.. System out) (println "this\tis a\nstring"))