RosettaCodeData/Task/Loops-While/K/loops-while.k
2023-07-01 13:44:08 -04:00

1 line
33 B
Text

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