DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / fpcdocs / refex / ex60.pp
123456789
Program Example60; { Program to demonstrate the Seg function. } Var W : Word; begin W:=Seg(W); { W contains its own Segment} end.