get <-
function(x, pos=-1, envir=pos.to.env(pos), mode="any", inherits=TRUE)
.Internal(get(x, envir, mode, inherits))
