Help for this page

Select Code to Download


  1. or download this
     package test_a;
    
    ...
    }
    
    1;
    
  2. or download this
    use test_a;
    
    ...
    printf LOGF "Run started\n"; 
    test_a::TestLog();
    printf LOGF "Run ended\n";