[Oberon] literal value for end of line character?

August Karlstrom fusionfive at comhem.se
Sun Feb 4 12:24:07 MET 2007


Chris Burrows skrev:
[...]
> 3. I don't know about Java but in C, '\n' is an LF character.

Actually it's the other way around; In Java, '\n' is guaranteed to be 0A 
but in C, '\n' is not required to represent 0A.

See also http://en.wikipedia.org/wiki/Newline.


August


More information about the Oberon mailing list