tions. Convenience variables are created when you assign them values; thus, "set $foo=1" gives "$foo" the value 1. Values may be any type. A few convenience variables are given values automatically: "$_"holds the last address examined with "x" or "info lines", "$__" holds the contents of the last address examined with "x". Convenience functions are defined via the Python API.