Delphi
function Succ(X: Ordinal): Integer;
引数の次の値を返します。
Delphi のコードでは,Succ 関数は,指定した引数の次の値 X を返します。
X は順序型(Int64 を含む)の式です。結果は X と同じ型で,X の次の値となります。