From ed4e19fac4cdb639006f2db4289e30c820feff30 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 11 Apr 2026 22:35:29 +0300 Subject: docs: add cross-reference to 'constants' command in Variable Management section --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3