RosettaCodeData/Task/Delegates/Phix/delegates-2.phix
2023-07-01 13:44:08 -04: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)