Help for this page

Select Code to Download


  1. or download this
    func1();
    func2();
    ...
    } 
    sub func3{
    }
    
  2. or download this
    func1();
    
    ...
    sub func2{
      func3();
    }