Help for this page

Select Code to Download


  1. or download this
    catch [ [ commands etc ................ ] ]
    
  2. or download this
    catch { [ commands etc ................ ] }
    
  3. or download this
    catch [ [ commands etc ................    ] \
        ..... other commands and brackets       ]
    
  4. or download this
    catch { [ commands etc ................    ] \
        ..... other commands and brackets       }