Literals/String: Difference between revisions

m
Line 1,026:
 
=={{header|Lingo}}==
* Lingo only supports single quotes for string literals. Single quotes ininside string lireralsliterals have to be replaced by "&QUOTE&":
<lang lingo>str = "Hello "&QUOTE&"world!"&QUOTE
put str
Anonymous user