Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. proc main() {
  2.         var i: int;
  3.  
  4.         if(1 < 2) {
  5.                 i := 3;
  6. //              if(3 < 2) {
  7. //              i := 4;
  8. //              }
  9.         } else {
  10.                 i := 2;
  11.         }
  12.        
  13.         while(j<9){
  14.                 while(j<9){
  15.                 i := 123;
  16.                         while(j<9){
  17.                                 if(1 < 2) {
  18.                                         i := 321;
  19.                                 }
  20.                         }
  21.                 }
  22.         }
  23. }