In programming Nesting (computing)
in small , simple example, conditional block “if... then... end if” nested inside “do while... loop” one.
some languages such pascal , ada have no restrictions on declarations depending on nesting level, allowing precisely nested subprograms or nested packages (ada). here example of both (simplified real case):
Comments
Post a Comment