RosettaCodeData/Task/Loops-Do-while/PARI-GP/loops-do-while-2.parigp

3 lines
37 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x = 0;
while (print(x++) || x % 6, )