Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 421 Bytes

string.md

File metadata and controls

12 lines (7 loc) · 421 Bytes

View this file with results and syntax highlighting here.

Double Quote (")

"str": String

→full documentation

Literal notation for a string, or list of characters. Double quotes must be escaped by writing them twice. Any other characters can be included directly.

    2 ⊑ "string"

    2 ⊑ "ab""cd"