Quiz Question 1 of 5
Which of the following is NOT true when defining a macro?
Choose the correct answer below:
-
A
You MAY set a default value when defining an argument.
-
B
If you want an argument to be optional, you MUST define a default value
-
C
If extra positional arguments are passed to a macro, they end up in the special varargs variable as a list of values.
-
D
Macros only know about the variables that have been passed.