From 65eef4fade5eb426dae01d480f383b8a30b23071 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 11 Aug 2021 14:06:02 -0400 Subject: Change "BQN / main" in header to "(github) / BQN" --- docs/doc/namespace.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/namespace.html') diff --git a/docs/doc/namespace.html b/docs/doc/namespace.html index 9ea2f214..667e323d 100644 --- a/docs/doc/namespace.html +++ b/docs/doc/namespace.html @@ -3,7 +3,7 @@ BQN: Namespaces - +

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 can be mutable only if any of the code in it uses to change the value of a field.

The following quick example shows a few ways to use a namespace returned by •Import:

-- cgit v1.2.3