RosettaCodeData/Task/Loops-While/Oz/loops-while-1.oz
2023-07-01 13:44:08 -04:00

3 lines
47 B
Text

for I in 1024; I>0; I div 2 do
{Show I}
end