11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
module: ModuleA
|
|
function: _sum
|
|
params:
|
|
declare a: int
|
|
declare b: int
|
|
returns: int
|
|
body:
|
|
return a + b
|
|
end body
|
|
end function
|
|
end module |