{ Exemplo olauser.pas } var nome: string[20]; begin write ('Qual ‚ o seu nome ?'); readln(nome); writeln('Ol  ', nome, ' !'); end.