7 lines
137 B
Text
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)
|