RosettaCodeData/Task/Delegates/Phix/delegates-2.phix
2018-08-17 15:15:24 +01:00

7 lines
137 B
Text

?operation(x)
try -- (since rid=NULL check commented out)
?operation(y)
catch e
?"oops, no implementation"
end try
?operation(z)