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

10 lines
138 B
ObjectPascal

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