RosettaCodeData/Task/Extend-your-language/Phix/extend-your-language-2.phix
2017-09-25 22:28:19 +02:00

10 lines
165 B
Text

function if2(bool c1, bool c2)
return c1*10+c2
end function
switch if2(condition1,condition2) do
case 11:
case 10:
case 01:
case 00:
end switch