John Levon <[EMAIL PROTECTED]> writes:

| My eyes hurt.
>
|       if (n < 1 || n > 26)
|               return '?';
|       return 'a' + n - 1;

In this case I agree... there are too many short tokes to parse
easily.

-- 
        Lgb

Reply via email to