aboutsummaryrefslogtreecommitdiff
path: root/help/namespacefield.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/namespacefield.md')
-rw-r--r--help/namespacefield.md11
1 files changed, 11 insertions, 0 deletions
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