Method code for $sys.parse_heartbeat_interval()

[Turn on line numbering]
arg value, @args;

value = (> $time.from_english(value) <);
if (value < 1)
    throw(~set, "You cannot set the system heartbeat interval to less than 1 second");
return value;

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

the Cold Dark