Help for this page

Select Code to Download


  1. or download this
    print "main start\n";
    &mySub(4);
    ...
         # Bye-bye
         return;
    }
    
  2. or download this
    main start
      mySub(4) BEGIN
    ...
        mySub(2) END
      mySub(4) END
    main end