cache

NAML documentation   Watch a video
   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
1063
1064
1065
1066
1067
1068
<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>