What is the output of the following command? for token in a b c; do echo -n ${token}; done