fpc/docs/refex/ex17.pp
1998-03-25 11:26:49 +00:00

12 lines
202 B
ObjectPascal

Program Example17;
{ Program to demonstrate the DSeg function. }
Var
W : Word;
begin
W:=DSeg; {W:=0, This function is provided for compatibility,
FPC is a 32 bit comiler.}
end.