Method code for $sys.parse_initial_quota()

[Turn off line numbering]
  1: arg value, @args;
  2: 
  3: value = (> value.to_bytes() <);
  4: if (value < 1024)
  5:     throw(~perm, "You cannot set your initial quota to less than 1 kb");
  6: return value;

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

the Cold Dark