|
|
BSD 4.3
module main;
from imptypes import RT;
import imported;
type
RT = pointer to record
i, j : integer;
end;
var
p : imported.T;
q : imported.OT;
r : RT;
begin
new(r);
r^.i := 3;
r^.j := 4;
imported.Blah;
end main.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.