RosettaCodeData/Task/Loops-While/Vedit-macro-language/loops-while-2.vedit

4 lines
54 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
for (#1 = 1024; #1 > 0; #1 /= 2) {
Num_Type(#1)
}