snow/playground/Demo1/Math.snow
2025-06-30 16:21:48 +08:00

11 lines
222 B
Plaintext

module: Math
function: factorial
parameter:
declare n1: long
declare n2: long
return_type: long
body:
return n1+n2
end body
end function
end module