<div dir="ltr"><br><br><br><div class="gmail_quote">On Sat, Nov 6, 2010 at 17:13, Paul Ishenin <span dir="ltr"><<a href="mailto:webpirat@mail.ru">webpirat@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">06.11.2010 21:39, ik wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
But why class variables and not class fields ?<br>
</blockquote></div>
What is the difference?<br>
<br>
"var" is already a reserved word. reserving a word "field" will cause more problems than using an already reserved word.<br></blockquote><div><br><br>why not something like this:<br><br>TAClass = class<br>

private<br>  FField : class integer;<br>end;<br><br>Further more, what is the difference between a "normal" field and a variable inside a class:<br><br>TAClass = class<br>private<br>  var Variable : Integer;<br>

end;<br><br>That's what I'm trying to figure out.<br><br>Ido<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Best regards,<br><font color="#888888">
Paul Ishenin.</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br></div>