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

4 lines
54 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
for (#1 = 1024; #1 > 0; #1 /= 2) {
Num_Type(#1)
}