diff options
Diffstat (limited to 'help/namespacefield.md')
| -rw-r--r-- | help/namespacefield.md | 11 |
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 |
