Hi,
I just noticed that the Beyond Compare 3.2 public beta is available.
BC is probably the best file/folder comparison tool out there. The
v3.x version is available for Windows and Linux. It can compare data
files, Linux packages (.rpm, deb, tar.gz, tar.bz), images, source
code, binary .dfm files
Thanks Graeme, please keep inform us about anything special to FPC/Lazarus
users. :-)
- Original Message
From: Graeme Geldenhuys
To: Other FPC related discussions. ; Lazarus
mailing list ; FPC-Pascal users
discussions
Sent: Tue, June 29, 2010 2:42:46 PM
Subject: [fpc-pascal] [ANN]
spir schrieb:
Sure, but this is just a matter of convention and support by a given compiler:
typeIntegers = array of Integer;
var ints : Integers = [1,2,3];
could work as expected by automatically sizing, allocating and initialising.
How else could work languages that have an a
spir :
> Sure, but this is just a matter of convention and support by a given
> compiler:
> typeIntegers = array of Integer;
> var ints : Integers = [1,2,3];
> could work as expected by automatically sizing, allocating and
> initialising. How else could work languages that have