separator | between tokens in a program |
Description | A Turing program is made up of a sequence of tokens (see tokens), such as var, x, :, and int. These tokens may have separators between them. A separator is a comment (see comment), blank, tab, form feed or an end of line.
|