[Gambas-user] OT: Multiline String initialization - was Re: Markdown and CSS
T Lee Davidson
t.lee.davidson at gmail.com
Sat Jan 19 23:34:14 CET 2019
On 1/19/19 4:18 PM, Tobias Boege wrote:
> Const MARKDOWN As String = ""
> "Hallo,\n"
> "\n"
> "das ist aber ein*schöner* Text!"
I did not know that multi-line strings could be defined that way in Gambas! I had looked for it in the documentation.
This seems similar to the Heredoc in other languages. But, in Gambas, it is called a Boxed String, correct?
Just asking for clarification before I update the Wiki.
___
Lee
More information about the User
mailing list