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 --- help/namespacefield.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 help/namespacefield.md (limited to 'help/namespacefield.md') 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