Literals/String: Difference between revisions

Content deleted Content added
→‎=={{header|Visual Basic}}==: added Visual Basic example
m →‎{{header|IDL}}: removed <nowiki> tags inside of <lang> block
Line 995:
Duplicating either of them quotes them. Thus the following contains three single quotes and no double-quotes:
 
<lang idl>a = ' that<nowiki>''</nowiki>s a string
print,a
;==> that's a string</lang>