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