top | item 37297430 (no title) TheRealKing | 2 years ago The hard line limit length is at 1,000,000 characters not 10,000. Also, all major compilers currently have flags to significantly extend the line limit length. discuss order hn newest milancurcic|2 years ago You're correct about the compiler flags. 10K will be the line length limit; the 1M limit is for a statement length that can span any number of lines.
milancurcic|2 years ago You're correct about the compiler flags. 10K will be the line length limit; the 1M limit is for a statement length that can span any number of lines.
milancurcic|2 years ago