fpc/docs/refex/ex60.pp
2005-02-14 17:13:06 +00:00

10 lines
137 B
ObjectPascal

Program Example60;
{ Program to demonstrate the Seg function. }
Var
W : Word;
begin
W:=Seg(W); { W contains its own Segment}
end.