8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
module: ModuleA
|
|
function: fun
|
|
returns: int
|
|
body:
|
|
return 123
|
|
end body
|
|
end function
|
|
end module |