INCLAN: show: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Usage: eval ''variable'' = ''expression'' show ''variable'' ... set ''variable'' ... set ''variable'' = ''value'' unset ''variable'' ... ''vari…') |
No edit summary |
||
Line 1: | Line 1: | ||
== Synopsis == | |||
'''show''' ''variable'' ... | |||
== Description == | |||
Displays the values of all or selected ''global'' variables. If no ''variable'' is specified, all global variables that have values different from '''NULL''' are displayed. If the names of one or several global ''variables'' are given, the values of these variables are displayed. | |||
Latest revision as of 16:47, 13 August 2009
Synopsis
show variable ...
Description
Displays the values of all or selected global variables. If no variable is specified, all global variables that have values different from NULL are displayed. If the names of one or several global variables are given, the values of these variables are displayed.