All pastes #2065988 Raw Edit

Stuff

public text v1 · immutable
#2065988 ·published 2011-05-20 21:09 UTC
rendered paste body
while (true)
{
    // blah blah blah
    int x = do_stuff();
    x++;

  if (x == 5) break;

    do_other_stuff(x);
}