RosettaCodeData/Task/Loops-While/Vedit-macro-language/loops-while-2.vedit
2023-07-01 13:44:08 -04:00

3 lines
54 B
Text

for (#1 = 1024; #1 > 0; #1 /= 2) {
Num_Type(#1)
}