How does this
Code:
    asc = getAscii(char);
    return asc <= 57 && asc >= 48;
actually work?