4 lines
43 B
VimL
4 lines
43 B
VimL
|
|
for i in range(2, 10, 2)
|
||
|
|
echo i
|
||
|
|
endfor
|