summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex13.pp
blob: f65e56a68cc423ad836f3d983df87d6b217a2dc9 (plain)
1
2
3
4
5
6
7
8
9
10
Program Example13;

{ Program to demonstrate the CSeg function. }

var W : word;

begin
  W:=CSeg; {W:=0, provided for compatibility,
                  FPC is 32 bit.}
end.