concepts/
efun/
SYNOPSIS
	mixed funcall(closure cl, mixed arg ...)

DESCRIPTION
	Evaluates the closure. The extra args will be passed as args
	to the closure.	

SEE ALSO
	apply(E), quote(E)