On 2012-09-27 17:52, Marcos Douglas wrote:
> 
> I agree that is much simpler... but why nobody, in another language,
> do the same? Does not worth it? I do not know.

Well, other languages have there own quirks like case sensitive
identifiers. Thank God, Object Pascal doesn't have that.

Just imagine.

  var
    MyName: string;
    MYNAME: string;
    MYName: string;
    myName: string;
    myname: string;
  begin
    ...
  end;

 :-D


Graeme.


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to