RosettaCodeData/Task/Loops-Do-while/PARI-GP/loops-do-while-2.pari
2015-02-20 00:35:01 -05:00

2 lines
37 B
Text

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