From 202568257c0efda6aa2509f4f3eb9f815e87e018 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 13 May 2021 18:19:25 -0400 Subject: Remove references to namespaces not being implemented --- docs/doc/namespace.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/doc/namespace.html') diff --git a/docs/doc/namespace.html b/docs/doc/namespace.html index c6f19582..935effca 100644 --- a/docs/doc/namespace.html +++ b/docs/doc/namespace.html @@ -6,7 +6,6 @@

Namespaces

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"
 something, abbrabbreviation  ns  # Destructure
-- 
cgit v1.2.3