First page Back Continue Last page Overview Graphics
Strings
A String can be seen as a sequence of characters, which can be expressed in several ways:
- single quotes (')
'This a a string in single quotes'
- double quotes (")
"Miller's dog bites"
- triple quotes(''') or (""")
'''"Come off it, Mr Dent,", he said, "you can't win you know. You can't lie in front of the bulldozer indefinitely."'''