Method code for $remote_cache.del_remote_command()

[Turn off line numbering]
  1: arg @args;
  2: 
  3: if (caller() != $has_commands)
  4:     throw(~perm, "Only $has_commands may call this method.");
  5: return .del_from_cache(@args);

// Created 19-Sep-1997 as a part of ColdCore, see: @help Credit

Tlon