13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
function: main
|
|
return_type: int
|
|
body:
|
|
declare res: boolean = 8.1 == 7.1
|
|
if res then
|
|
return 131
|
|
else
|
|
return 666
|
|
end if
|
|
|
|
return 65537
|
|
end body
|
|
end function |