Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 336 Bytes

strings.md

File metadata and controls

12 lines (8 loc) · 336 Bytes

Strings

The String data type is used to represent text.

String shortStory = "Everyone lived happily ever after, the end."

The word "string" comes from the fact that text is just individual characters "strung together".

As a concrete example j, o, and e can be "strung together" into the "string" joe.