If a language is defined as:
$$ L = \{ w \in (a, b, c)^* \mid w = abc \} $$
Does this mean that in language $L$, a word consists of three symbols concatenated with each other? In other words, is '$a$' just one symbol (like '1' or '0') or can it be a longer string ('10..' '01..')?