Closed OmgImAlexis closed 4 years ago
String is the string constructor. If you're wanting a string like '', "", or `` then you need to use string.
String
''
""
``
string
Hey thanks a ton!
String
is the string constructor. If you're wanting a string like''
,""
, or``
then you need to usestring
.