Что будет напечатано?
Str:=’abcdefgh’;
insert(‘abc’, Str, 3);
write (Str);