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