ORA-XQ-236-C: defining mutually recursive functions

SECTION 4.12: 

How are mutually recursive functions defined e.g foo() calling bar() and vice versa ? Is there a notion of forward declaration of the function - since the function needs to be declared before it can be used ?
Also how about if foo() and bar() are in different namespaces.
An example in the spec would be helpful.

- Steve B.

Received on Monday, 16 February 2004 17:06:36 UTC