Method code for $sys.set_starting()

[Turn off line numbering]
  1: arg what, value;
  2: var valid;
  3: 
  4: (> .perms(sender(), 'system) <);
  5: valid = starting.keys();
  6: if (!what in valid)
  7:     throw(~type, "Key must be one of " + toliteral(valid));
  8: starting = starting.add(what, value);

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

Tlon