try_statement

try_statement 
      ::= 
      "try" statement 
      { "catch" "(" parameter ")" statement } 
      [ "finally" statement ] 

[rule list]
This rule is called by

-> statement

Semantic, examples ...

coming soon ...