9 lines
173 B
Plaintext

module: Main
function: main
parameter:
return_type: int
body:
return (1+2) / 3 * 4 + 2 *2
end body
end function
end module