增加测试函数
This commit is contained in:
parent
ba2958cd58
commit
1c0251e581
12
test
12
test
@ -36,6 +36,18 @@ end module
|
|||||||
module: MainModule
|
module: MainModule
|
||||||
import: CommonTasks, MathUtils, StringUtils, BuiltinUtils
|
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
|
function: main
|
||||||
parameter:
|
parameter:
|
||||||
args: string
|
args: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user