code/constants

This commit is contained in:
Marc Beninca 2025-07-06 22:52:08 +02:00
parent 4c5ac91ac3
commit 8a6c02a262
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ rwx_parse_code() {
${RWX_ALIASES}
EOF
# parse constants
RWX_CONSTANTS="$(rwx_parse_constants)"
_rwx_code_constants="$(rwx_parse_constants)"
# parse functions
RWX_FUNCTIONS="$(rwx_parse_functions)"
# parse variables

View file

@ -16,7 +16,7 @@ rwx_code_aliases() {
# show the cached constants
#= rcc
rwx_code_constants() {
echo "${RWX_CONSTANTS}"
echo "${_rwx_code_constants}"
}
# show the cached functions