<html><body><div>I have noticed that module WMBuilder.Mod (A2 gui builder) produces oberon source code that is completely in lower case.</div><div>It looks like this:</div><div><br></div><div>module abc;</div><div>import something;</div><div>procedure a;</div><div>begin<br></div><div>end a;</div><div>end abc.</div><div><br></div><div>Supprisingly such lowercase source code compiles without errors. But you must not mix it with uppercase code.<br></div><div>I have question why is this lowercase option present in fox compiler when it clearly violates oberon language specification?</div><div><br></div><div>Greetings,</div><div>Zdenek</div><div><br></div></body></html>