int x = 1;
 
   L1: Console.WriteLine (x);
 
          x++;
 
          if (x <= 10) goto L1;