RosettaCodeData/Task/Delegates/Phix/delegates-2.phix

8 lines
137 B
Plaintext

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