snow/playground/Demo4/Main.snow

12 lines
184 B
Plaintext

module: Main
function: main
parameter:
return_type: int
body:
declare b1: boolean
return 0
end body
end function
end module