Line Numbers and Syntax Errors
If a programmer introduces a syntax error into a program, the compiler (or interpreter) will inform the programmer that the attempt to compile (or execute) failed at the given line number. This simplifies the job of finding the error immensely for the programmer.
The use of line numbers to describe the location of errors remains standard in modern programming tools, even though line numbers are never required to be manually specified. It is a simple matter for a program to count the newlines in a source file and display an automatically generated line number as the location of the error. In IDEs such as Microsoft Visual Studio or Xcode, in which the compiler is usually integrated with the text editor, the programmer can even double-click on an error and be taken directly to the line containing that error.
Read more about this topic: Line Number
Famous quotes containing the words line, numbers and/or errors:
“Expediency of literature, reason of literature, lawfulness of writing down a thought, is questioned; much is to say on both sides, and, while the fight waxes hot, thou, dearest scholar, stick to thy foolish task, add a line every hour, and between whiles add a line.”
—Ralph Waldo Emerson (18031882)
“What culture lacks is the taste for anonymous, innumerable germination. Culture is smitten with counting and measuring; it feels out of place and uncomfortable with the innumerable; its efforts tend, on the contrary, to limit the numbers in all domains; it tries to count on its fingers.”
—Jean Dubuffet (19011985)
“In faith I do not love thee with mine eyes,
For they in thee a thousand errors note,
But tis my heart that loves what they dispise,”
—William Shakespeare (15641616)