Method code for $sys.parse_backup_interval()

[Turn off line numbering]
  1: arg value, @args;
  2: 
  3: value = (> $time.from_english(value) <);
  4: if (value < 300)
  5:     throw(~perm, "You cannot set your backup interval to less than 5 minutes");
  6: return value;

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

the Cold Dark