directory name ifdef
key x is not defined
directory name ifdef
x is not defined
x is not defined
ifdef, if key is defined
See also &{link:ifndef} and &{link:if}.
ifdef. _DirName_ directory name ${_DirName_}
ifndef. _DirName_ directory name _DirName_ is not defined
ifdef. x value of key x is ${x}
ifndef. x key x is not defined
ifdef. _DirName_ {{
directory name ${_DirName_}
}}
ifdef. x {{
x value of key x is ${x}
else. {{
x is not defined
}}
}}
ifndef. x {{
x is not defined
else. {{
x value of key x is ${x}
}}
}}
Long lines are wrapped in this listing.
Use your web browser's "View Page Source" feature to examine the HTML