-- RTFlags.Mesa -- last edited January 12, 1983 4:31 pm by Paul Rovner RTFlags: DEFINITIONS = BEGIN checking: BOOLEAN = TRUE; clearing: BOOLEAN = TRUE; -- must be TRUE for TandS takingStatistics: BOOLEAN = TRUE; printingStatistics: BOOLEAN = FALSE; useMicrocode: BOOLEAN = TRUE; END.