Method code for $sys.set_startup()

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

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark