1a3 @verb #1112:"convert_5" this none this rxdo #7788 @program #1112:"convert_5" this none this "Convert the argument to centigrade, then to whatever." what = tofloat(args[1]) from = args[2] to = args[3] x = this.units[5] what = $no_one:eval(tostr("N = ", what, "; return ", this.to_centi[from in x[2]], ";"))[2] z = $no_one:eval(tostr("N = ", what, "; return ", this.from_centi[to in x[2]], ";")) return z[2] . 0