6 lines
82 B
VimL
6 lines
82 B
VimL
for i in range(1, 10)
|
|
echon i
|
|
if (i != 10)
|
|
echon ", "
|
|
endif
|
|
endfor
|