RosettaCodeData/Task/Loops-While/K/loops-while.k
2018-08-17 15:15:24 +01:00

1 line
33 B
Text

{while[x>0; \echo x; x%:2]} 1024