6 lines
126 B
Ada
6 lines
126 B
Ada
with Ada.Text_IO; use Ada.Text_IO;
|
|
|
|
procedure Test is
|
|
begin
|
|
Put ("Quote """ & ''' & """" & Character'Val (10));
|
|
end Test;
|