fpc/docs/olinuxex/ex44.pp
2004-10-16 13:14:03 +00:00

10 lines
135 B
ObjectPascal

Program Example44;
{ Program to demonstrate the Octal function. }
Uses oldlinux;
begin
Writeln ('Octal(666) : ',octal(666));
end.