Method code for $lock_frob.lock_name()

[Turn on line numbering]
arg value, @type;

[(type ?= 'default)] = type;
if (type == 'literal)
    type = 'default;
return (| names[type] |) || names['default];

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

Tlon