github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/includes/autogenerated.variables.inc.md (about) 1 * [Meta Values (json)](../variables/meta-values.md): 2 State information for iteration blocks 3 * [Numeric (str)](../variables/numeric.md): 4 Variables who's name is a positive integer, eg `0`, `1`, `2`, `3` and above 5 * [`ARGV` (json)](../variables/argv.md): 6 Array of the command name and parameters within a given scope 7 * [`COLUMNS` (int)](../variables/columns.md): 8 Character width of terminal 9 * [`HOSTNAME` (str)](../variables/hostname.md): 10 Hostname of the current machine 11 * [`MUREX_ARGV` (json)](../variables/murex_argv.md): 12 Array of the command name and parameters passed to the current shell 13 * [`MUREX_EXE` (path)](../variables/murex_exe.md): 14 Absolute path to running shell 15 * [`PARAMS` (json)](../variables/params.md): 16 Array of the parameters within a given scope 17 * [`PWDHIST` (json)](../variables/pwdhist.md): 18 History of each change to the sessions working directory 19 * [`PWD` (path)](../variables/pwd.md): 20 Current working directory 21 * [`SELF` (json)](../variables/self.md): 22 Meta information about the running scope. 23 * [`SHELL` (str)](../variables/shell.md): 24 Path of current shell