diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 22:35:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 22:35:29 +0300 |
| commit | ed4e19fac4cdb639006f2db4289e30c820feff30 (patch) | |
| tree | ac5ade50c3d634087dce2adedd982d0669dbbf06 /README.md | |
| parent | 78f8b5170af78eca63ca4a5e949128e4b29353cc (diff) | |
docs: add cross-reference to 'constants' command in Variable Management section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
