function scr_84_is_digit(arg0) { return arg0 >= "0" && arg0 <= "9"; }