Text
Char
A character is modeled with the Char data type. 'A' is data of type Char.
String
A text is modelled by a chain of characters that is called a String. "Hello World!" is of type String.
A character is modeled with the Char data type. 'A' is data of type Char.
A text is modelled by a chain of characters that is called a String. "Hello World!" is of type String.