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

3 lines
101 B
VimL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
let a = 4 " A valid comment
echo "foo" " Not a comment but an argument that misses the closing quote