%constant %integer NUL = 0 
%constant %integer SOH = 1 
%constant %integer STX = 2 
%constant %integer ETX = 3 
%constant %integer EOT = 4 
%constant %integer ENQ = 5 
%constant %integer ACK = 6 
%constant %integer BEL = 7 
%constant %integer BS  = 8 
%constant %integer TAB = 9 , HT = TAB
%constant %integer LF  = 10
%constant %integer VT  = 11
%constant %integer FF  = 12
%constant %integer CR  = 13
%constant %integer SO  = 14
%constant %integer SI  = 15
%constant %integer DLE = 16
%constant %integer DC1 = 17, XON  = DC1
%constant %integer DC2 = 18
%constant %integer DC3 = 19, XOFF = DC3
%constant %integer DC4 = 20
%constant %integer NAK = 21
%constant %integer SYN = 22
%constant %integer ETB = 23
%constant %integer CAN = 24
%constant %integer EM  = 25
%constant %integer SUB = 26
%constant %integer ESC = 27
%constant %integer FS  = 28
%constant %integer GS  = 29
%constant %integer RS  = 30
%constant %integer US  = 31
%constant %integer DEL = 127

%end %of %file
