Contents | Prev | Next

15.10 Nesting of statements

Irie Pascal limits the maximum depth of nesting of statements to 256. NOTE: This does not mean that the total number of statements in a program is 256. This limits the depth of nesting (i.e. the depth to which statements contain other statements which in turn contain other statements). If you exceed this limit the compiler issues a fatal error message.

Contents | Prev | Next