Data Types

String

A string data type is used to rep­re­sent a sequence of characters.

A string is represented as characters surrounded by double quotation marks.

"This is a string."
=
This is a string.