pred
Retorna o número/caractere que antecede o argumento.
Sintaxe
pred( variável ) : integer ou char ;
onde variável tem o tipo inteiro ou char.
Exemplo
Program PascalZIM ;
begin
writeln( 'O predecessor de 5 = ', Pred(5) );
writeln( 'O sucessor de 10 = ', Succ(10) );
end.
Created with the Freeware Edition of HelpNDoc: Free PDF documentation generator