Forums
line wrapping
4 posts
• Page 1 of 1
line wrapping
would someone please give me a heads up as to how to wrap long lines of code to the next line? can't find it on the site. thanks.
- DelphiGuy
- Posts: 116
Re: line wrapping
You can do it with an underscore _
character.
Check the bottom of this how-to page: http://cobra-language.com/how-to/WriteBasicSyntax/
I believe implicit line wraps also happen at binary operators as well now (like +, *, etc).
character.
Check the bottom of this how-to page: http://cobra-language.com/how-to/WriteBasicSyntax/
I believe implicit line wraps also happen at binary operators as well now (like +, *, etc).
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: line wrapping
ah, thanks. i was searching for the wrong nomenclature. apparently it's called "line continuation".
- DelphiGuy
- Posts: 116
Re: line wrapping
And for the benefit of anyone skimming this thread, you can implicitly continue lines when inside a method call or collection literal (list, dictionary, set, array).
- Charles
- Posts: 2515
- Location: Los Angeles, CA
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 18 guests