Welcome! Please see the About page for a little more info on how this works.
The following returns (nil "b"):
((fn [& var-args] var-args) "a" "b")
var-args should to be shadowed by default.