Help for this page

Select Code to Download


  1. or download this
    print "Just before start of scope\n";
    {
    ...
      print "Just before end of scope\n";
    }
    print "Just after end of scope\n";