4.67.2.86. Succ function | Table of Contents | 4.67.2.88. SwapArgs procedure |
function Swap(X: SmallInt): SmallInt; function Swap(X: Longint): Longint;Example:
n := Swap($1234); // n = $3412
4.67.2.86. Succ function | Table of Contents | 4.67.2.88. SwapArgs procedure |