<<MAIN>> declare ... Declaration section ... begin ... Procedural section ... <<SUB1>> declare ... begin ... end; ... exception ... end;
You can label all blocks including nested ones by using identifiers enclosed in << >>.
This notation allows programmers to reference elements of different blocks.