summaryrefslogtreecommitdiff
path: root/fpcdocs/olinuxex/ex44.pp
blob: 42c7d7b02df141cd9bba8872941ccf4bdf3e314c (plain)
1
2
3
4
5
6
7
8
9
Program Example44;

{ Program to demonstrate the Octal function. }

Uses oldlinux;

begin
  Writeln ('Octal(666) : ',octal(666));
end.