intmin

intmin returns the minimum integer value -2^31 (-2147483648).

Examples

> intmin#

	-2147483648
> intmin == -2147483648

	[ans:true]
> intmin == -2147483647

	[ans:false]

Resources

See also

intmax | realmax | realmin