RosettaCodeData/Task/Loops-For-with-a-specified-step/Vedit-macro-language/loops-for-with-a-specified-step.vedit
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
52 B
Text

for (#1 = 1; #1 < 10; #1 += 2) {
Num_Type(#1)
}