I am reluctant to ask but my code goal depends a bit on this I have tried writing proc `$$`(things: varargs[string]) = discard And calling it as such $$ "a" "b" But this throws an error. Is it the case that operators cannot take varargs?