From b5cc10cff15797bc9f89724ab53ac7d296fbbc0c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 25 Aug 2023 16:24:59 +0200 Subject: trying ply --- test/test.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/test.test') 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; -- cgit v1.2.3