Help for this page

Select Code to Download


  1. or download this
    func arg
      or stmt;
    
  2. or download this
    func arg
      err stmt;
    
  3. or download this
    func(arg)
       // stmt;
    
  4. or download this
    (func arg)
       // stmt;
    
  5. or download this
    if (not defined func arg) {
       stmt;
    }