Literals/String: Difference between revisions

Content added Content deleted
Line 1,026: Line 1,026:


=={{header|Lingo}}==
=={{header|Lingo}}==
* Lingo only supports single quotes for string literals. Single quotes in string lirerals have to be replaced by "&QUOTE&":
* Lingo only supports single quotes for string literals. Single quotes inside string literals have to be replaced by "&QUOTE&":
<lang lingo>str = "Hello "&QUOTE&"world!"&QUOTE
<lang lingo>str = "Hello "&QUOTE&"world!"&QUOTE
put str
put str