Re: [fpc-pascal] Re: Why this evaluates on "if" wrong ? (GMP)

2007-10-30 Thread Inga Petuhhov
A copy-paste from Python Shell: a = 1 a 1 a = a + 0.4 a 1.3999 a = a - 0.4 a 0.99989 a == 1 False Best regards Inga PS I always talk to my informatics-students: You never-ever do with real-variables something like this: if real1 = real2 then ... Real numbers c

Re: [fpc-pascal] Compile error

2005-05-24 Thread Inga Petuhhov
On Tue, 24 May 2005, Neil Kittipalo wrote: > I used to use Turbo Pascal years ago and thought I'd try Free Pascal. > I'm running Suse 9.2, but every time I try to compile or run one of the > demos I get, > Error: Error while linking Under Windows/DOS it means, that previous .exe is running and l