lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	int - 32-bit integer

SYNTAX
	17
	0x17
	'a'

OPERATORS
	+, -, !, %, &, |, ^, /, *, <, >, ++, --
	intp

DESCRIPTION
	int works almost exactly as the C-type int. It is 32 bits and can
	hold any integer value between 2147483647 and -2147483648. It also
	serves as a boolen type in which case 0 means FALSE and every other
	value (of any type even) means TRUE.