From 148f39275576d8cef7b23a162b07762e8503131a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 15 Mar 2021 17:02:06 -0400 Subject: Specify that system functions are optional --- docs/spec/system.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/spec/system.html') diff --git a/docs/spec/system.html b/docs/spec/system.html index fead3b97..4a028f92 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -7,6 +7,7 @@

Specification: BQN system-provided values

This portion of the spec is definitely still a draft.

The symbol is used to access values other than primitives provided by BQN.

+

All system values described in the BQN specification are optional: an implementation does not have to include any of them. However, if a system value with one of the names given below is included, then it must have the specified behavior.

Scripts

-- cgit v1.2.3