Help for this page

Select Code to Download


  1. or download this
    <stmt> :=   <matched-stmt>
              | <unmatched-stmt>
    ...
                     | <other-stmt>
    <unmatched-stmt> :=  "IF" <expr> "THEN" <stmt>
                       | "IF" <expr> "THEN" <matched-stmt> "ELSE" <unmatch
    +ed-stmt>
    
  2. or download this
    sub stmt
    {
    ...
    }
    
    # etc.