When an oak program is very large, in my case 3000 lines, the compiler generates
negative line numbers.
Arthur, obviously, no program will ever be this large and you may have
somehow tried to saved some bits in representing the line number.
If this is the case, then you might have the compiler emit a warning
that the line numbers are wrong.
negative line numbers.
Arthur, obviously, no program will ever be this large and you may have
somehow tried to saved some bits in representing the line number.
If this is the case, then you might have the compiler emit a warning
that the line numbers are wrong.