Maurice Lombardi wrote:
Hi all I obtain abort! when compiling this short program
program essai; var c:complex; begin c:=cmplx(1,5); c:=c/2.0; end.
dividing a complex by a real does not work, with * it works, even with /cmplx(2.0,0.0);
Yes. :-( I'm adding it to the list of known bugs (maur4.pas). At least you have a workaround...
Frank