DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / olinuxex / ex44.pp
123456789
Program Example44; { Program to demonstrate the Octal function. } Uses oldlinux; begin Writeln ('Octal(666) : ',octal(666)); end.