Aliases: .Primitive primitive
Keywords: interface
### ** Examples mysqrt <- .Primitive("sqrt") c
function (...) .Primitive("c")
.Internal # this one *must* be primitive!
function (call) .Primitive(".Internal")
`if` # need backticks
.Primitive("if")