4 lines
51 B
VimL
4 lines
51 B
VimL
|
|
for i in range(1, 5)
|
||
|
|
echoc repeat('*', i)
|
||
|
|
endfor
|