snow/playground/Math.snow
2025-06-09 17:17:46 +08:00

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