diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/namespace.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/namespace.md b/doc/namespace.md index 818bf485..0a78fa2e 100644 --- a/doc/namespace.md +++ b/doc/namespace.md @@ -4,8 +4,6 @@ A namespace is a type of value that groups together several values (fields) from the same scope. A block or file returns a namespace if it contains any export arrows `⇐` at the top level, and fields from namespaces can be accessed with either dot syntax or destructuring assignment. A namespace that contains `↩` is mutable, so that its fields might change in value. -The self-hosting BQN used for the online REPL doesn't support namespaces yet, but will eventually. dzaima/BQN does. - The following quick example shows a few ways to use a namespace returned by `•Import`: ns ← •Import "file.bqn" |
