Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 342 Bytes

string.md

File metadata and controls

4 lines (3 loc) · 342 Bytes

Basic type

Literal string

  • The world "string" means finite sequence of characters, possibly including spaces and punctuation. The word literal means with a value specified directly in source code. Therefore a literal string is a finite sequence of characters (possibly including spaces and punction) specified directly in source code.