@verb #9417:":initialize" this none this rxdo #8084 @program #9417:":initialize" this none this if (`{number, unit} = args ! E_ARGS' != E_ARGS) if (!(unit = $convert:parse_unit(unit))) raise(E_INVARG, "Invalid unit") endif this.number = tofloat(number) this.unit = unit elseif (`{copy_src} = args ! E_ARGS' != E_ARGS && typeof(copy_src) == WAIF && copy_src.class == this.class) this.number = tofloat(copy_src.number) this.unit = copy_src.unit else raise(E_INVARG) endif "Last modified by Lao-Tzu (#8084) on Tue Jan 15 06:35:55 2002 MST." .