Errrr what?

"scott andrew franco" <[email protected]> Mon, 31 Aug 2020 13:07:42 -0700
Newsgroups gmane.comp.compilers.gpc
Message-ID <20200831130742.6c61c97e98fe7bb02193b2d6dca4a85a.279db14c05.mailapi@email15.godaddy.com>
--===============8370519310223341852==
Content-Type: multipart/alternative;
 boundary="=_fd0236a80023381f2a33b5e441656e08"

--=_fd0236a80023381f2a33b5e441656e08
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
 charset=utf-8

samiam@samiam-home-pc:~/projects/pascal/pascal-p5$ cat test.pas
program test(output);
 var b,c: real;
 begin
 b :=3D maxint;
 c :=3D 10.0;
 b :=3D b+c;
 writeln(b:40:1);
 writeln(maxint:38);
 end.
samiam@samiam-home-pc:~/projects/pascal/pascal-p5$ gpc -o test test.pas
samiam@samiam-home-pc:~/projects/pascal/pascal-p5$ ./test
 9223372036854775808.0
 9223372036854775807

--=_fd0236a80023381f2a33b5e441656e08
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
 charset=utf-8

<p>samiam@samiam-home-pc:~/projects/pascal/pascal-p5$ cat test.pas<br />pro=
gram test(output);</p>
<p>var b,c: real;</p>
<p>begin</p>
<p>b :=3D maxint;<br /> c :=3D 10.0;<br /> b :=3D b+c;<br /> writeln(b:40:1=
);</p>
<p>writeln(maxint:38);</p>
<p>end.<br />samiam@samiam-home-pc:~/projects/pascal/pascal-p5$ gpc -o test=
 test.pas<br />samiam@samiam-home-pc:~/projects/pascal/pascal-p5$ ./test<br=
 /> 9223372036854775808.0<br /> 9223372036854775807</p>

--=_fd0236a80023381f2a33b5e441656e08--


--===============8370519310223341852==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Gpc mailing list
[email protected]
https://www.g-n-u.de/mailman/listinfo/gpc

--===============8370519310223341852==--