aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/beginexpression.md1
-rw-r--r--help/endexpression.md1
-rw-r--r--help/nothing.md1
-rw-r--r--help/system.md1
4 files changed, 4 insertions, 0 deletions
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.