1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Information Systems Inc., 1982 *
4 " * *
5 " * Copyright c 1972 by Massachusetts Institute of *
6 " * Technology and Honeywell Information Systems, Inc. *
7 " * *
8 " ***********************************************************
9
10 " segment to define special characters for pl1
11 "
12 name ctl_char
13 segdef ht
14 segdef nl
15 segdef ff
16 "
17 ht: vfd o9/11,27/0
18 nl: vfd o9/12,27/0
19 ff: vfd o9/14,27/0
20 "
21 end