Two lines can be linked together as a unit using '\' (which is a somewhat arbitrarily chosen character). Accordingly both are parsed together. What do you call the linking character. I know that '#!' is the 'shebang' and ! is the bang, but what is the '\'?
|
feedback
|
|
It's called a backslash. | |||||
feedback
|
\isn't very "arbitrary"; it's used as the escape character in many other places:\",\n, and so on. – grawity Nov 6 '10 at 16:32