增加测试函数

This commit is contained in:
Luke 2025-04-24 17:34:42 +08:00
parent ba2958cd58
commit 1c0251e581

12
test
View File

@ -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