Method code for $and_lock_frob.new_lock()

[Turn on line numbering]
arg lhs, rhs;

if (type(lhs) != 'frob || type(rhs) != 'frob)
    throw(~perm, "Arguments are not both frobs.");
return (<this(), [lhs, rhs]>);

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

Tlon