Daniel Gibson wrote: > What about octal!"0777"? The current implementation ignores it. From the comment: /* The leading zero is allowed, but not required. */ (The actual string -> int code gives it no special treatment. sum += x * 0 makes no difference.)