Method code for $sys.new_admin()

[Turn off line numbering]
  1: if (caller() != $admin)
  2:     throw(~perm, "Caller is not $admin.");
  3: admins = setadd(admins, sender());

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon