Environment variables
setting a temporary environment variable
RUST_BACKTRACE=1 something=2 gtk_colours
the gtk_colours executable can be used to display environment variables.
gtk_colours is a program available on my Github site.
This also illustrates the bash shell ability to insert an environment variable on the command line.