ex44.pp 132 B

123456789
  1. Program Example44;
  2. { Program to demonstrate the Octal function. }
  3. Uses linux;
  4. begin
  5. Writeln ('Octal(666) : ',octal(666));
  6. end.