Re: simulating <br>

On Wed, Oct 25, 2000 at 12:29:29 -0000, Matthew Brealey wrote:
> // Comment\n
> // Comment\n
> \n
> \n
> \n
> Code here
> 
> You're not seriously telling me that all line breaks, as in that 
> example, should be collapsed to nothing?

These are not line breaks, but *new line* characters.
According to the C standard:

       \n (new  line)  Moves  the  active  position  to the initial
          position of the next line.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / PolKA research team at LORIA

Received on Wednesday, 25 October 2000 09:11:22 UTC