[Turn off line numbering] 1: arg type, cmd; 2: 3: return (| get_var(type)[cmd] |) || throw(~cmdnf, "Command \"" + cmd + "\" is not defined on this object.", cmd); // Created 27-Mar-1995 as a part of ColdCore, see: @help Credit
1: arg type, cmd; 2: 3: return (| get_var(type)[cmd] |) || throw(~cmdnf, "Command \"" + cmd + "\" is not defined on this object.", cmd);