Help for this page

Select Code to Download


  1. or download this
    sub newFuctionName
    {
    ...
    {
      goto &newFuctionName;
    }
    
  2. or download this
    sub _internalImplementation
    {
    ...
    {
      goto &_internalImplementation;
    }