Method code for $connection.set_timeout()

[Turn off line numbering]
  1: arg seconds;
  2: 
  3: (> .perms(sender(), interface, this()) <);
  4: timeout = seconds;
  5: if (!timeout)
  6:     (| clear_var('timeout) |);

// Created 22-Aug-1995 as a part of ColdCore, see: @help Credit

Tlon