Skip to main content
Version: 1.4.0

Strings

Strings are of the predefined type string. Literal strings are set between double quotes.

const a : string= "Hello Alice";

Note: See predefined namespace String