From 4821f231a00dc93c42fb437359ea657c59c63053 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 27 Jan 2022 22:45:08 -0500 Subject: Add full documentation links to help pages --- help/export.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'help/export.md') diff --git a/help/export.md b/help/export.md index 3ae604be..6b71fdb0 100644 --- a/help/export.md +++ b/help/export.md @@ -3,6 +3,7 @@ # Leftward Double Arrow (`⇐`) ## `n ⇐ v`: Export Definition +[→full documentation](../doc/expression.md#exports) Define a variable with name `n` and export it from the current namespace. @@ -11,6 +12,7 @@ Define a variable with name `n` and export it from the current namespace. ns.unexported ## `𝕨 ⇐`: Export names +[→full documentation](../doc/expression.md#exports) Export the names given in `𝕩` from the current namespace. Names must be defined somewhere in the scope. -- cgit v1.2.3