From a9eec033992684f24965d254f12d747ce01a1f3d Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 21 Jan 2022 11:03:07 -0500 Subject: Correct namespace field (.) help URL --- docs/help/field.html | 15 --------------- docs/help/namespacefield.html | 15 +++++++++++++++ help/field.md | 11 ----------- help/namespacefield.md | 11 +++++++++++ 4 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 docs/help/field.html create mode 100644 docs/help/namespacefield.html delete mode 100644 help/field.md create mode 100644 help/namespacefield.md diff --git a/docs/help/field.html b/docs/help/field.html deleted file mode 100644 index 2de58500..00000000 --- a/docs/help/field.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - BQN: Full Stop (`.`) - - -

Full Stop (.)

-

ns . name: Namespace Field

-

Access a field with name name in namespace ns. Field must have been exported with .

-↗️
    {a1} . a
-1
-
-    {F-}.F 5
-¯5
-
diff --git a/docs/help/namespacefield.html b/docs/help/namespacefield.html new file mode 100644 index 00000000..2de58500 --- /dev/null +++ b/docs/help/namespacefield.html @@ -0,0 +1,15 @@ + + + + BQN: Full Stop (`.`) + + +

Full Stop (.)

+

ns . name: Namespace Field

+

Access a field with name name in namespace ns. Field must have been exported with .

+↗️
    {a1} . a
+1
+
+    {F-}.F 5
+¯5
+
diff --git a/help/field.md b/help/field.md deleted file mode 100644 index c866e0a8..00000000 --- a/help/field.md +++ /dev/null @@ -1,11 +0,0 @@ -*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/field.html).* - -# Full Stop (`.`) - -## `ns . name`: Namespace Field - -Access a field with name `name` in namespace `ns`. Field must have been exported with `⇐`. - - {a⇐1} . a - - {F⇐-}.F 5 \ No newline at end of file diff --git a/help/namespacefield.md b/help/namespacefield.md new file mode 100644 index 00000000..fba660e9 --- /dev/null +++ b/help/namespacefield.md @@ -0,0 +1,11 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/namespacefield.html).* + +# Full Stop (`.`) + +## `ns . name`: Namespace Field + +Access a field with name `name` in namespace `ns`. Field must have been exported with `⇐`. + + {a⇐1} . a + + {F⇐-}.F 5 -- cgit v1.2.3