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 --- docs/help/string.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/help/string.html (limited to 'docs/help/string.html') diff --git a/docs/help/string.html b/docs/help/string.html new file mode 100644 index 00000000..d7d1e74a --- /dev/null +++ b/docs/help/string.html @@ -0,0 +1,16 @@ + + + + BQN: Double Quote (") + + +

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"
+'r'
+
+    2  "ab""cd"
+'"'
+
-- cgit v1.2.3