diff options
Diffstat (limited to 'help/string.md')
| -rw-r--r-- | help/string.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/help/string.md b/help/string.md new file mode 100644 index 00000000..a8a4741f --- /dev/null +++ b/help/string.md @@ -0,0 +1,12 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/string.html).* + +# Double Quote (`"`) + +## `"str"`: String +[→full documentation](../doc/syntax.md#constants) + +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" |
