Synopsis:
info variables our
info variables our -v
info variables our var1 [var2...]
List our
variables at the current stack level. Use the frame changing commands like up
, down
or frame
set the current frame.
In the first form, give a list of our
variable names only. In the second form, list variable names and values In the third form, list variable names and values of var1, etc.
See also:
info variables lexicals
, info variables my
, and frame-changing commands