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 --- help/beginexpression.md | 1 + help/endexpression.md | 1 + help/nothing.md | 1 + help/system.md | 1 + 4 files changed, 4 insertions(+) (limited to 'help') diff --git a/help/beginexpression.md b/help/beginexpression.md index 1ac50082..846079ae 100644 --- a/help/beginexpression.md +++ b/help/beginexpression.md @@ -1,6 +1,7 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/beginexpression.html).* # Left Parenthesis (`(`) +[→full documentation](../doc/expression.md#parentheses) ## `( ...`: Begin Expression diff --git a/help/endexpression.md b/help/endexpression.md index ce767592..cef79eb7 100644 --- a/help/endexpression.md +++ b/help/endexpression.md @@ -3,6 +3,7 @@ # Right Parenthesis (`)`) ## `... )`: End Expression +[→full documentation](../doc/expression.md#parentheses) The closing symbol for `(`. See [Begin Expression](beginexpression.md) for more details. diff --git a/help/nothing.md b/help/nothing.md index 351f07b4..cc3e8c19 100644 --- a/help/nothing.md +++ b/help/nothing.md @@ -10,6 +10,7 @@ Indicates no value. If a left argument is Nothing, the function is called with n · ⌽ "abc" # Reverse instead of Rotate ### In Trains +[→full documentation](../doc/train.md#2-train-3-train) Nothing can serve as a left argument in a train to string together multiple monadic functions. diff --git a/help/system.md b/help/system.md index 532e3972..f4f6e776 100644 --- a/help/system.md +++ b/help/system.md @@ -3,6 +3,7 @@ # Bullet (`•`) ## `•`: System +[→specification](../spec/system.md) A prefix for system functions. `•listSys` gives a list of defined system value names. -- cgit v1.2.3