quote_args: Quote all arguments, like alist. But when bare words
are given as arguments, interpret them as the argument name, rather
than the argument value. Return a pairlist.
This emulates the syntax used to specify function arguments and defaults.
Description
Quote all arguments, like alist. But when bare words
are given as arguments, interpret them as the argument name, rather
than the argument value. Return a pairlist.
This emulates the syntax used to specify function arguments and defaults.
Usage
quote_args(...)
Arguments
...
the arguments to quote.
Value
a pairlist, with quoted arguments, and barewords inprepreted as names