concepts/
efun/
SYNOPSIS
	int to_int(string)
	int to_int(float)

DESCRIPTION
	Floats are truncated to integer values, strings with leadings
	digits are converted to integers up to the first non-digit.

SEE ALSO
	to_string(E), sscanf(E)