lA language over S is any subset of S*, the set of all strings over S.
lExamples, where S = {a, b}:
l{a, b}* itself
l{ }, the empty language
l{ba, baba}, maybe your first language
l{l, aa, aaaa, aaaa, aaaaaa, É} the language of an even number of aÕs.
l