[Oberon] SYSTEM Modules
Richard Hable
informujo at aon.at
Sun Nov 11 23:02:53 CET 2018
On 11.11.18 22:35, Jörg Straube wrote:
> Yes, safe/unsafe is the definition with the very prominent exception of ORD.
I don't see any unsafety with the ORD function: different systems use
different characters sets, thus the resulting character code values can
vary.
Similarily, different systems use different line endings, thus the
procedure Out.Ln may output an LF character on Unix-like systems and the
CR/LF sequence on Windows systems.
The programmer simply has to be aware of such differences.
Richard
More information about the Oberon
mailing list