Re: [fpc-devel] New language idea: Unified types(assignmentsize-compatible types).

2011-06-26 Thread Paulo Costa
On 26/06/2011 13:03, Hans-Peter Diettrich wrote: It *happens* to have 32 bit there. On 16 bit platforms (TP, Delphi 1) it was 16 bit. I'm not sure when Delphi changed that to 32 bit, perhaps not before D3. The change was in D2. Delphi 2 was the first "32 bits" Delph

Re: [fpc-devel] Packages, Generics

2010-09-14 Thread Paulo Costa
my := 10; notmy := my; showmessage(inttostr(notmy)); showmessage(inttostr(my)); end; Paulo Costa ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Proposal: Enhanced replacement for assignment operators

2010-08-06 Thread Paulo Costa
On 06/08/2010 06:19, Michalis Kamburelis wrote: This is more about SomeReallyLongVariableNameX += 10; being nicer to read than SomeReallyLongVariableNameX := SomeReallyLongVariableNameX + 10; You don't have to spend time realizing that it's the same variable (not e.g. SomeReallyLongVar