Method code for $sys.parse_initial_quota()

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

value = (> value.to_bytes() <);
if (value < 1024)
    throw(~perm, "You cannot set your initial quota to less than 1 kb");
return value;

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

the Cold Dark