From ade2f9fbb72bc960a053b6aebf6287977b099090 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 15 May 2022 21:58:45 -0400 Subject: Fill in some missing full documentation links from help --- docs/help/beginexpression.html | 1 + docs/help/endexpression.html | 1 + docs/help/nothing.html | 1 + docs/help/system.html | 1 + 4 files changed, 4 insertions(+) (limited to 'docs/help') diff --git a/docs/help/beginexpression.html b/docs/help/beginexpression.html index 056524e5..609cad2c 100644 --- a/docs/help/beginexpression.html +++ b/docs/help/beginexpression.html @@ -5,6 +5,7 @@

Left Parenthesis (()

+

→full documentation

( ...: Begin Expression

Starts an expression, and only one expression. Must end with a corresponding ).

( supercedes any precedence order, so that an expression in () is evaluated fully before it can be used in the outer context.

diff --git a/docs/help/endexpression.html b/docs/help/endexpression.html index abb0d8b9..4c8e80b8 100644 --- a/docs/help/endexpression.html +++ b/docs/help/endexpression.html @@ -6,6 +6,7 @@

Right Parenthesis ())

... ): End Expression

+

→full documentation

The closing symbol for (. See Begin Expression for more details.

↗️
    1 + 2 - 3
 0
diff --git a/docs/help/nothing.html b/docs/help/nothing.html
index 199406fd..4eb833ea 100644
--- a/docs/help/nothing.html
+++ b/docs/help/nothing.html
@@ -12,6 +12,7 @@
 "cba"
 

In Trains

+

→full documentation

Nothing can serve as a left argument in a train to string together multiple monadic functions.

↗️
    (-+-) 5
 ¯10
diff --git a/docs/help/system.html b/docs/help/system.html
index e3094079..e273716a 100644
--- a/docs/help/system.html
+++ b/docs/help/system.html
@@ -6,5 +6,6 @@
 
 

Bullet ()

: System

+

→specification

A prefix for system functions. •listSys gives a list of defined system value names.

is ignored when determining the role of the system value.

-- cgit v1.2.3