diff options
Diffstat (limited to '')
-rw-r--r-- | test2.lang | 3 |
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")) |