When scripting in vim, is it possible to put a long string into multiple lines for better readability?
e.g., can I do things like:
let a = “long string\
continue the string”
or
let a = “long string”
“continue the string”
Post a Comment
No comments:
Post a Comment