fpc/docs/refex/ex13.pp
1999-06-30 21:48:23 +00:00

11 lines
173 B
ObjectPascal

Program Example13;
{ Program to demonstrate the CSeg function. }
var W : word;
begin
W:=CSeg; {W:=0, provided for compatibility,
FPC is 32 bit.}
end.