begin
   integer
     I,
     J;
   I ≔ 1;
   J ≔ 2;
   L1 :;
   goto
     if I > J thenL1
   else if I > J thenL1
   else if I > J thenL1
   else if I > J thenL1
   else if I > J thenL1
   else if I > J then
     L1
   else
     L2;
   L2 :;
end