R/node.R
new_call.Rd
Create a new call from components
new_call(car, cdr = NULL)
The head of the call. It should be a callable object: a symbol, call, or literal function.
The tail of the call, i.e. a pairlist of arguments.