n = 0; while (1) printf('%o\n',n); n = n+1; end;