1 /* BEGIN INCLUDE FILE ... rdm_fwd_text_mgr_const.incl.pl1 */
 2 /* Created: 7 October 1983 by B. Margolin
 3    (copied from sdm_text_mgr_constants.incl.pl1) */
 4 
 5 /* Constants used by rdm_fwd_text_mgr_ to communicate the type of input terminator read from the terminal */
 6 
 7 dcl (NORMAL_TERMINATION       initial (1),                  /* '.': transmit the message */
 8      ENTER_REQUEST_LOOP       initial (2),                  /* '\fq': enter request loop */
 9      ENTER_EDITOR             initial (3))                  /* '\f...': enter editor */
10           fixed binary static options (constant);
11 
12 /* END INCLUDE FILE ... rdm_fwd_text_mgr_const.incl.pl1 */