snow/playground/Demo4/Main.snow
2025-06-11 22:49:10 +08:00

13 lines
207 B
Plaintext

module: Main
function: main
parameter:
return_type: boolean
body:
declare b1: boolean =true
return b1
end body
end function
end module