Ввод n. Пример n = 5 Вывод: * ** *** **** ***** Составить программу
begin
SeqGen(ReadInteger('n='),t->t*'*',1).PrintLines
end.