From 5566ea9429f75b54a8cffb9ebea7747ea651d52c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 24 Jan 2022 20:13:18 -0500 Subject: Editing --- help/export.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help/export.md') diff --git a/help/export.md b/help/export.md index c19e7f83..3ae604be 100644 --- a/help/export.md +++ b/help/export.md @@ -4,7 +4,7 @@ ## `n ⇐ v`: Export Definition -Define a variable with name `n` and export it from the current namespace or program's scope. +Define a variable with name `n` and export it from the current namespace. ns ← { exported ⇐ 5, unexported ← 0} ns.exported @@ -12,7 +12,7 @@ Define a variable with name `n` and export it from the current namespace or prog ## `𝕨 ⇐`: Export names -Export the names given in `𝕩` from the current namespace or program's scope. Names must be defined. +Export the names given in `𝕩` from the current namespace. Names must be defined somewhere in the scope. ns1 ← { ⟨alsoexported⟩⇐, exported ⇐ 5, alsoexported ← 0} ns1.exported -- cgit v1.2.3