procedure gnat.io.a is c:character;begin get(c);if c<'~'then put(c&c);a;end if;end;