RosettaCodeData/Task/Comments/Vim-Script/comments.vim

3 lines
101 B
VimL
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
let a = 4 " A valid comment
echo "foo" " Not a comment but an argument that misses the closing quote