On Thu, Jan 16, 2003 at 09:50:34PM +0300, Timur Elzhov wrote:
> .Call("foo", rnorm, 1, 2, new.env())
> function (x, y)
> match.call()(x = list(1, 2))
Oh, I'm mistaken. The `.Call("foo", f, 1, 2, new.env())' is
the right string, of course.