!standard 5.1(12.1/3) 21-11-12 AI22-0013-1/01 !standard 5.6(1) !standard 5.6(2) !standard 5.6(3) !standard 5.6(4) !standard 5.6(5) !standard 5.6(6) !class binding interpretation 21-11-12 !status work item 21-11-12 !status received 21-06-23 !priority Low !difficulty Easy !qualifier Clarification !subject Pragma after a final label !summary A pragma is permitted after a label, even if there are no statements following the label. A goto jumps to a target "label" rather than a target statement. !question Is the following legal: begin if Some_Test then goto label; end if; Do_This; Do_That; <