From 1c0251e581db2e821cc8b6db2b479fab7d75c61b Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 24 Apr 2025 17:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test b/test index 1c72dcd..1185bf0 100644 --- a/test +++ b/test @@ -36,6 +36,18 @@ end module module: MainModule import: CommonTasks, MathUtils, StringUtils, BuiltinUtils + + function: test + parameter: + declare first_str: string + declare second_str: string + return_type: string + body: + return first_str + second_str + end body + end function + + function: main parameter: args: string