Examples: | Creating a Tagset through Inheritance |
put 'color=' foreground;
If the variable does not have a value, then the text is not written, and there is no output for the text or the variable. For example, for the following PUT statement, if the variables BackGround, ForeGround, and CellPadding do not have values, then the output is <table> followed by a new line:
put '<table' 'background=' background 'foreground=' foreground 'cellpadding=' cellpadding '>' nl;
put 'color=' foreground;
If the variable does not have a value, then the text is not written, and there is no output for the text or the variable. For example, for the following PUT statement, if the variables BackGround, ForeGround, and CellPadding do not have values, then the output is <table> followed by a new line:
put '<table' 'background=' background 'foreground=' foreground 'cellpadding=' cellpadding '>' nl;
For information about variables, see Understanding Variables.
Event Variables for a list of event variables