So I'm reading Hodel's Introduction to Mathematical Logic.
Here's a passage:
Let $L$ be a first order language. Then an interpretation $I$ of $L$ consists of:
-Non-empty set $D$ called the domain of $I$;
-For each constant symbol $c$ of $L$, an element $c$ of $D$;
-For each $n$-ary function symbol of $L$, an $n$-ary operation $F$ on $D$;
-For each $n$-ary relation symbol of $L$, an $n$-ary relation $R$ on $D$.
So suppose I have a domain $\{1,2\}$ and relation "is less than" and no function symbol. What about the constant symbols? At first I thought that I would have constant symbols $a,b$, where '$a$' would be assigned $1$, and '$b$' assigned $2$. But then I thought, would it instead just be that I have no constant symbols, and instead just the variables $x,y,z$ that are part of all first order languages (as opposed to specific interpretations with specific constant symbols)?
I guess I'm confused about what a constant symbol is supposed to be used for. In some of the examples of interpretations, '$0$' is a constant symbol interpreted as the natural number $0$ (also $1$ is used as a constant for some examples), but the rest of the numbers aren't considered constants in the interpretation?