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