;%A-RCB-0077-SL-11 STATE TRANSITION TABLE FOR LST ; This version includes FOR, F4P, and RATFOR listings, as well as TXT and ; general (arbitrary) files. The file contains the action table, followed ; by the transition table. The action table contains a description of each ; action, followed by a description of the four possible events. If there is ; only one event, a dash is placed in the first event column. ; ; Each line of the transition table contains up to 6 entries, defined as ; ; STATE, ACTION, NEXT1,NEXT2,NEXT3,NEXT4 ; ; where ; STATE is the state number ; ACTION is the number of the action to be performed in this state ; NEXT1 is the next state if event 1 occurs ; " 2 " " " " " " 2 " ; etc. ; Undefined transitions are taken as zero. All states must be specified, ; in order, or program TABLE will reject further input. TABLE ignores ; conversion errors, thus permitting arbitrary comments. If the line contains ; all 6 commas, a comment may follow on the same line. ; The value -1 is used in this table to trigger an error message from the ; state transition control routine. These are caused by events that should ; not occur and they should be reviewed by maintenance personnel.