#     /info/ common:
#        these are information print on crt control flags.  if = 1 print
#        info, if = 0 don't print for the following areas :
#        infmth : math operations information
#        infopr : program operations control information.
#        inftrn : file transfer, display, and overlay information.
#        iother : unused info control flags.
#
      common /info/ infmth,infopr,inftrn,iother(9)
      integer*4 infmth,infopr,inftrn,iother
