Index

  Zurück

  Fenster schliessen
block_statement

block_statement ::= [block_statement_identifier:]

                                 [declare

                                     declarative_part]

                                 begin

                                     handled_sequence_of_statements

                                 end [block_identifier];

siehe LRM 5.6

wird genutzt von:

compound_statement