Method code for $root.set_quota_exempt()

[Turn on line numbering]
arg bool;

(> .perms(sender(), $user, @$sys.system(), $root) <);
if (bool)
    quota_exempt = 1;
else
    (| clear_var('quota_exempt) |);

// Created as a part of ColdCore, see: @help Credit

Tlon