snow/playground/Demo7/Main.snow
2025-06-12 22:18:16 +08:00

10 lines
200 B
Plaintext

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