Jump to content

Literals/String: Difference between revisions

No edit summary
Line 2,424:
 
Pool strings consisting of exactly one character represent numbers 0-255 according to their ASCII character code.
 
=={{header|Xojo}}==
 
Xojo only supports single-line strings. The only escape sequence supported is the double double-quote (""), which is translated into a single double-quote.
 
<lang vbnet>Dim s As String = "Tom said, ""The fox ran away."""
Result: Tom said, "The fox ran away."</lang>
 
=={{header|XPL0}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.