Hi all, I wish to test a character to see if it is equal to the end-of line character. (In Java this would be c == '\n'). How does one do this in Oberon? I tried ch = DX where D is the hexadecimal value for carriage return, but I got a compiler error. E.