aboutsummaryrefslogtreecommitdiff
path: root/test2.lang
diff options
context:
space:
mode:
authorEduardo Julian2014-12-13 00:54:09 -0400
committerEduardo Julian2014-12-13 00:54:09 -0400
commit4a79a6c9cb2ca3e52b259cff987901f400c8ebc3 (patch)
tree5b4c26b5226ec2caa4ce613675dbffdc53cd2247 /test2.lang
parent8f5cd3917fd3a94ae99710a614dce9028f9afad8 (diff)
+ Removed "module" special form.
+ Fixed a bug that was preventing multi-line comments from being truly multi-line.
Diffstat (limited to '')
-rw-r--r--test2.lang10
1 files changed, 4 insertions, 6 deletions
diff --git a/test2.lang b/test2.lang
index 885f4a91d..62585484a 100644
--- a/test2.lang
+++ b/test2.lang
@@ -1,5 +1,3 @@
-(module)
-
(ann-class java.lang.String)
(ann-class java.io.PrintStream
@@ -23,10 +21,10 @@
(def (id x)
x)
-## #( (def (id x)
-## (let return "RETURN"
-## return))
-## )#
+#( (def (id x)
+ (let return "RETURN"
+ return))
+ )#
(def (main args)
(if true