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