Method code for $physical.check_location()

[Turn off line numbering]
  1: arg sender;
  2: 
  3: if (.location() != sender.location())
  4:     throw(~location, "It's too far away!");

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

Tlon