i := s;
Most Pascal dialects do not come with a built-in big integer library.
Most "3rd-party" big integer implementations for Pascal (or Delphi) simply overload the assignment operator, as in the example.
The ncalc library raises an exception if s is not a valid big integer.
s may also be a hexadecimal, octal or binary representation.
Most "3rd-party" big integer implementations for Pascal (or Delphi) simply overload the assignment operator, as in the example.
The ncalc library raises an exception if s is not a valid big integer.
s may also be a hexadecimal, octal or binary representation.