<HTML><HEAD>
<STYLE type=text/css><!-- DIV {margin:0px;} --></STYLE>
</HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>P5 is also in an unusuable state.</DIV>
<DIV> </DIV>
<DIV>It should not be allowed to write code as follows:</DIV>
<DIV> </DIV>
<DIV>repeat</DIV>
<DIV> </DIV>
<DIV>if a < b then</DIV>
<DIV>begin</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>end</DIV>
<DIV> </DIV>
<DIV>until a < b;</DIV>
<DIV> </DIV>
<DIV>^ This code should produce an error becomes end is not ended with a 
semicolon –> ;</DIV>
<DIV> </DIV>
<DIV>This confuses Delphi’s source beautifier, which could be seen as a short 
coming in Delphi’s source beautifier.</DIV>
<DIV> </DIV>
<DIV>I take indentation very seriously.</DIV>
<DIV> </DIV>
<DIV>Code with spaces is high risk of indentation mistakes.</DIV>
<DIV> </DIV>
<DIV>The P5 code is not properly indented.</DIV>
<DIV> </DIV>
<DIV>The risk of a indentation mistake (editing the wrong begin/end) is huge so 
I am not going to spent any further time on it.</DIV>
<DIV> </DIV>
<DIV>Until perhaps a source beautifier can correct the situation.</DIV>
<DIV> </DIV>
<DIV>But since the code is now probably undocumented </DIV>
<DIV> </DIV>
<DIV>The code does silly things like:</DIV>
<DIV> </DIV>
<DIV>end (* some comment *) ;</DIV>
<DIV> </DIV>
<DIV>^ semi colon at the back ?!?!?!?!?!?!?!?!?!?!?!?!?!?!</DIV>
<DIV> </DIV>
<DIV>One little missing semi colon like that and all hell breaks loose, very 
unwise to write code like that.</DIV>
<DIV> </DIV>
<DIV>Better is to write:</DIV>
<DIV> </DIV>
<DIV>end; (* some comment *)</DIV>
<DIV> </DIV>
<DIV>This coding style is probably what causes some kind of indentation problem 
for the source beautifier.</DIV>
<DIV> </DIV>
<DIV>I fail to see how I could make sense of “proper identation” of an automated 
tool cannot ?!?</DIV>
<DIV> </DIV>
<DIV>Bye,</DIV>
<DIV>  Skybuck.</DIV></DIV></DIV></BODY></HTML>