From c96a938727ef0f7864bf99d767ed1ae2f5e7040c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 8 Jul 2024 11:23:56 +0200 Subject: functions --- test/test.test | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test') diff --git a/test/test.test b/test/test.test index 5e3f420..2ffe743 100644 --- a/test/test.test +++ b/test/test.test @@ -6,3 +6,12 @@ ply = "way cooler!!"; const new: integer = henshin * 5 + 10; const test: integer = 1 + 1; + +function main(input: string): void { + const hello: string = "world!"; + const bye: string = "bye!"; + + return hello; +} + +main(test); -- cgit v1.2.3