[Oberon] literal value for end of line character?

J ö rg Straube joerg.straube at iaeth.ch
Sun Feb 4 08:29:26 MET 2007


Hi Eric

>> In Java this would be c == '\n'.
>> How does one do this in Oberon?

This character translation might help
 \n  =  0AX
 \r  =  0DX
 \t  =  09X

Joerg




More information about the Oberon mailing list