|
Remove Definitions Commands |
|
|
The aim of the remover commands is to simplify the definition of optional parameters, properties or attributes. \rd Definition: (Remove Definition) Removes the definition that encloses the current function. The enclosing definition is the non-blank characters between the first preceding blank character and the first succeeding blank character. Example - 1:
Example - 2:
\rl Definition: (Remove the current Line) When a \rl remover command is encountered, then the line that the current function resides is completely removed from the output. Example:
Assume that the values of "link.style" and "link.decoration" properties are empty and the values of the other properties are "pink" and "bold". With the effect of remove line commands ("\rl") that are used after the "If Empty" operators (";"), the result will be as follows: a:link { color:pink; }
|