4 lines
55 B
VimL
4 lines
55 B
VimL
|
|
for i in ["alpha", "beta", 42, 5.54]
|
||
|
|
echo i
|
||
|
|
endfor
|