snow/playground/Demo10/Main.snow
2025-06-25 15:15:37 +08:00

10 lines
190 B
Plaintext

function: main
return_type: int
body:
declare res: boolean = 8b == 7b
if res then
return 131
end if
return 65537
end body
end function