Method code for $robot.check_reaction_template()

[Turn on line numbering]
arg template;

if (type(template) != 'string)
    throw(~type, "Match template is not a string.");

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark