Method code for $lock_frob.lock_name()

[Turn off line numbering]
  1: arg value, @type;
  2: 
  3: [(type ?= 'default)] = type;
  4: if (type == 'literal)
  5:     type = 'default;
  6: return (| names[type] |) || names['default];

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

Tlon