summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 22:35:29 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 22:35:29 +0300
commited4e19fac4cdb639006f2db4289e30c820feff30 (patch)
treeac5ade50c3d634087dce2adedd982d0669dbbf06 /README.md
parent78f8b5170af78eca63ca4a5e949128e4b29353cc (diff)
docs: add cross-reference to 'constants' command in Variable Management section
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e45c9f9..f0c1343 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,8 @@ gt 'clear' # Clear all variables (also restores overridden built-in co
# All variables cleared
```
+See the Constant Management section for the `constants` command to list all available constants.
+
### Working with Variables
Variables persist across commands in REPL mode but are cleared when exiting. In bare mode (single command), variables are only available within that command's execution context.