DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / fpcdocs / refex / ex67.pp
12345678
Program Example67; { Program to demonstrate the SSeg function. } Var W : Longint; begin W:=SSeg; end.