set_local_user

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 "set_local_user".
... in utilities.naml
1095
1096
1097
<macro name="set_local_user" dot_parameter="user">
    <n.uplevel_set_var name="local_user" value="[n.user/]" />
</macro>