... | in utilities.naml |
1103 1104 1105 1106 1107 1108
|
<macro name="set_local_node" dot_parameter="node">
<n.if.is_null.node>
<then.throw_runtime_exception text="can't set_local_node to null" />
</n.if.is_null.node>
<n.uplevel_set_var name="local_node" value="[n.node/]" />
</macro>
|
Free forum by Nabble | Edit this page |