Help for this page

Select Code to Download


  1. or download this
    LABEL: for ...
      foreach...
         foreach ...
            next LABEL;
    
  2. or download this
    foreach ArrayReference in my Reference  {
            foreach value in my ArrayReference  {
                print (value >=1 and value < 33) ? highlighted cell : regu
    +lar cell;
            }
    }