9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
module: ModuleB
|
|
import: ModuleA
|
|
function: fun
|
|
returns: int
|
|
body:
|
|
return ModuleA.fun() + ModuleA.fun()
|
|
end body
|
|
end function
|
|
end module |