add_to_path

   Usages of this macro
... in utilities.naml
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
<macro name="add_to_path" parameters="name,default_value" dot_parameter="value">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.value>
        <then>
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.value/]" value2="[n.default_value/]">
                <then>
                    &<n.name/>=<n.encode_text
Macro
Parameters: text
.value/>
                </then>
            </n.if.not.equal>
        </then>
    </n.if.not.is_null.value>
</macro>