cache

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "cache".
... in utilities.naml
1059
1060
1061
1062
1063
1064
<macro name="cache" parameters="var" dot_parameter="value">
    <n.if.not.global_is_var_set name="[n.var/]">
        <then.global_set_var name="[n.var/]" value="[n.value/]" />
    </n.if.not.global_is_var_set>
    <n.global_var name="[n.var/]"/>
</macro>