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

3 lines
37 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
x = 0;
while (print(x++) || x % 6, )