RosettaCodeData/Task/Loops-Do-while/PARI-GP/loops-do-while-2.parigp
2023-07-01 13:44:08 -04:00

2 lines
37 B
Text

x = 0;
while (print(x++) || x % 6, )