fpc/docs/linuxex/ex44.pp
1998-03-25 11:26:49 +00:00

10 lines
132 B
ObjectPascal

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