Content deleted Content added
→Strings and languages: explain "characters"; mention its synonym "symbols" Tag: Reverted |
Reverted good faith edits by Dominus (talk): Not clearly improving |
||
Line 2:
==Strings and languages==
A string is a
The
The concatenation of two string <math>s</math> and <math>t</math> is denoted by <math>s \cdot t</math>, or shorter by <math>s t</math>.
Concatenation of strings is [[associative]]: <math>s \cdot (t \cdot u) = (s \cdot t) \cdot u</math>.
|