The built-in int type.
Module: monkey.lang
The Int type is a fundamental monkey type used to represent signed integer values.
Please see the Types section of the monkey language reference for more information on the int type.
Language reference