From 64f56807a090a2d3e7a565caf63cfd0e265b41ca Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 2 Jan 2025 11:14:26 +0100 Subject: intermediate parser commit --- test/const-function.mnml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/const-function.mnml (limited to 'test/const-function.mnml') diff --git a/test/const-function.mnml b/test/const-function.mnml new file mode 100644 index 0000000..1f77a73 --- /dev/null +++ b/test/const-function.mnml @@ -0,0 +1,6 @@ +const main: function = (input: string or integer): void { + const hello: string = input + " world!" + const bye: string = "bye!" + + return hello + " " + bye +} -- cgit v1.2.3