Like Dot Variables, Dot Functions are so named because they begin with a period (dot).When adding new reserved words to A-Shell, there is always the problem of possibly using a word that a programmer has used as a variable or label. Consequently, we have taken to creating reserved words that begin with a period, since this is illegal in user variables and thus guaranteed not to conflict with anything. It's not a perfect solution, but it works.