Hacker News new | ask | show | jobs
by dmbass 4983 days ago
The preprocessor replaces the macro "as" with ";while" creating a do-while loop.

  do {
   printf("%d",x);
  } while (x-- > 0);