Skip to main content

Integer

rascal-0.28.2

Synopsis

Integer values.

Syntax

sequence of digits of arbitrary length.

Types

int

Description

The integer values are represented by the type int and are written as usual. They can be arbitrarily large.

See Number for all operations and functions on integers, reals and numbers.

Examples

  • 12
  • 0
  • -123456789