From 7733b104e3eff841dcd1ac3f67731eb80746e427 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 8 Jun 2022 22:25:20 -0400 Subject: Add page on function and modifier types --- docs/doc/glossary.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/doc/glossary.html') diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html index 878a6738..720c12cc 100644 --- a/docs/doc/glossary.html +++ b/docs/doc/glossary.html @@ -16,17 +16,17 @@
  • Number: Like some caveman was counting but then forty thousand years of math happened to it.
  • Character: A Unicode code point.
  • Array: A multidimensional collection of values.
  • -
  • Function: An operation that is called on one or two arguments.
  • -
  • 1-modifier: An operation that is called on one operand.
  • -
  • 2-modifier: An operation that is called on two operands.
  • +
  • Function: An operation that is called on one or two arguments.
  • +
  • 1-modifier: An operation that is called on one operand.
  • +
  • 2-modifier: An operation that is called on two operands.
  • Namespace: A container for variables, some of which are exposed as fields.
  • A few terms refer to multiple types collectively:

    BQN uses standard terminology for particular sets of numbers, with natural numbers starting at 0.

    @@ -81,7 +81,7 @@

    Operations

    -- cgit v1.2.3