Mnemonics
'EO' End Output Transparency
Behaviour
 
Description Use 'EO' to end output transparency mode. This is the opposite of the 'BO' Mnemonic. If you want to send Esc ‘EO' as a mnemonic, you must use it as a stand-alone mnemonic; e.g., PRINT 'BO',X$,'EO'.
 
To send Esc ‘EO' as part of your data, embed it in an expression (e.g., PRINT
'BO'+X$+'EO') instead of using it as a stand-alone. Then, ProvideX evaluates 'EO'
as an embedded Esc ‘EO' and sends it without interpretation to the device / printer.