Method code for $robot.check_reaction_times()

[Turn off line numbering]
  1: arg times;
  2: 
  3: if (type(times) != 'integer)
  4:     throw(~type, "Reaction times is not a integer.");

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

the Cold Dark