[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Effect of CR in symbols



Some languages have an "un-slash" character which can be used to un-escape
a carriage return or tab or whatever.  Suppose "\" to be such a character;
then writing
		|Foobar\<cr>
\	\	 this really bites the<cr>
\	\	 BAG!|
would be the same as writing |Foobar this really bites the<cr>
BAG!|.  I think Multics has such a character, for example.  This
is so that one can split things across lines for readability.