ex17.pp 202 B

1234567891011
  1. Program Example17;
  2. { Program to demonstrate the DSeg function. }
  3. Var
  4. W : Word;
  5. begin
  6. W:=DSeg; {W:=0, This function is provided for compatibility,
  7. FPC is a 32 bit comiler.}
  8. end.