ABSTRACT

Alternately, in place of the parenthesis, one can use a single dollar sign ($), although this is rarely done. For example, the above line of code could have been written as follows:

INITIAL LS$HALT/LS$PATH/LS1

If you have multiple switches all given by numbers, there is a shorthand way to have them in a set position:

INITIAL LS1-5/LS9-12

This would put logic switches 1 through 5 in a set position and also switches 9 through 12 in a set position.