SCompiler/test
2025-05-10 15:40:59 +08:00

15 lines
257 B
Plaintext

module: CommonTasks
function: main1
parameter:
declare num1: int
declare num2: int // 1
return_type:int
body:
num1 = 10
return num1
end body
end function
end module