From b813f80bbe1e9249f312a153f9316f3aa2894660 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 1 Jun 2022 21:38:15 -0400 Subject: Add help pages and keybar entries for quote characters --- help/string.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 help/string.md (limited to 'help/string.md') 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" -- cgit v1.2.3