PROC Main() CHAR c=['a] BYTE b=[97] Put(c) Put('=) PrintBE(c) PrintB(b) Put('=) Put(b) RETURN