|
|
Initial revision
(*
* Test of reals and longreals.
*)
module main;
var
x : longreal;
y : real;
procedure f (x : real) : longreal;
begin
return longfloat(3.14*x);
end f;
begin
y := 3.0;
x := f(y);
end main.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.