summaryrefslogtreecommitdiff
path: root/test/test.test
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-25 16:24:59 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-25 16:24:59 +0200
commitb5cc10cff15797bc9f89724ab53ac7d296fbbc0c (patch)
tree00f2ecd44cfe1c66149ec9217b60c2c9aaf262a2 /test/test.test
parentf7fddeaf9f0453054d4666d8a5b544d4c4cefebd (diff)
trying ply
Diffstat (limited to 'test/test.test')
-rw-r--r--test/test.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test.test b/test/test.test
index 44580c7..5bbd0c0 100644
--- a/test/test.test
+++ b/test/test.test
@@ -1,6 +1,6 @@
-function henshin(hen: integer, shin: integer): void {
- const x: integer = 2
- const b: string = x
+const henshin: integer = 2; // comment
+// next comment
+var ply: string = "cool!";
+ply = "way cooler!!";
- return b
-}
+const new: integer = henshin * 5 + 10;