aboutsummaryrefslogtreecommitdiff
path: root/test2.lang
diff options
context:
space:
mode:
Diffstat (limited to 'test2.lang')
-rw-r--r--test2.lang5
1 files changed, 4 insertions, 1 deletions
diff --git a/test2.lang b/test2.lang
index 8f64f672b..58079e172 100644
--- a/test2.lang
+++ b/test2.lang
@@ -20,7 +20,10 @@
(def sample (#Tag "value"))
+(def (constant x y)
+ y)
+
(def (main args)
(if true
- (_. (_.. System out) (println (another/id "YOLO")))
+ (_. (_.. System out) (println (constant "TRUE" "YOLO")))
(_. (_.. System out) (println "FALSE"))))