1 " BEGIN INCLUDE FILE console_io_commands.incl.alm BIM 6-82 2 " PCW/IDCW commands for consoles 3 " Note that the PCW has to have the command for this beast. 4 " Modified '82 for CONSOLE.read_id 5 6 bool CONSOLE.read,03 7 bool CONSOLE.write,13 8 bool CONSOLE.write_alert,51 9 bool CONSOLE.reset_status,40 10 bool CONSOLE.write_ASCII,33 11 bool CONSOLE.read_ASCII,23 12 bool CONSOLE.t_and_d_read,07 13 bool CONSOLE.read_id,57 14 15 " END INCLUDE FILE console_io_commands.incl.alm