The following SAS program is submitted: %let test = one; %let one = two; %let two =
three; %let three = last; %put what displays is &&&&&test; What is written to the SAS log?
A.what displays is one
B.what displays is two
C.what displays is three
D.what displays is last
Answer: B
为什么?