summaryrefslogtreecommitdiff
path: root/test/test.mnml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.mnml')
-rw-r--r--test/test.mnml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test.mnml b/test/test.mnml
index 9659081..a14bdec 100644
--- a/test/test.mnml
+++ b/test/test.mnml
@@ -1,7 +1,7 @@
const henshin: integer = 2 // comment
// next comment
-var ply: string = "abc"
-ply = "way cooler!!"
+/*var ply: string = "abc"
+ply = "way cooler!!"*/
const new: integer = henshin + 5 * 10
@@ -18,9 +18,9 @@ main()/*
main("pipe1!") => print($)
-var mls: string = "alphabet
+/*var mls: string = "alphabet
ende
-gelände"
+gelände"*/
const array: [integer] = [1, 2, 3]
const map: [string][string or integer or bool] = [