Frits van Bommel Wrote: > Unlike module level declarations, declarations within function scope are > processed in order. This means that two nested functions cannot mutually > call each other: I understand. But the thing is I can't call nested function even from the function in which it was declared before the declaration. Is this the limitation too?