next up previous contents
Next: String Up: Basic Classes Previous: IO   Contents


Int

The Int class provides integers. There are no methods special to Int. The default initialization for variables of type Int is 0 (not void). It is an error to inherit from or redefine Int.