12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
module: Math
|
|
function: factorial
|
|
parameter:
|
|
declare n1: long
|
|
declare n2: int
|
|
return_type: long
|
|
body:
|
|
return n1+n2
|
|
end body
|
|
end function
|
|
end module
|