|
|
|
|
|
by Klathmon
3630 days ago
|
|
Providex (a basic dialect that my company still uses) has a soft-ish limit of around 52000 for line numbers. You can get around that with some flags, but its more of a pain than its worth. We tend to go by hundreds for programs, and we have a renumber command, but using it is the nuclear option because it will break goto line number references from outside programs (yeah, that's a very common thing in this language) |
|