.. _esc: ESC === +----------+-------------------------------------------------------------------+ | Syntax | ESC | +----------+-------------------------------------------------------------------+ | Location | Beuletools | +----------+-------------------------------------------------------------------+ This function returns the control codes ESC, or CHR$(27) for use on an EPSON compatible printer:: PRINT ESC is the same as:: PRINT CHR$(27) **CROSS-REFERENCE** :ref:`norm`, :ref:`bld`, :ref:`el`,\ :ref:`dbl`,\ :ref:`enl`,\ :ref:`pro`,\ :ref:`si`,\ :ref:`unl`,\ :ref:`alt`,\ :ref:`ff`,\ :ref:`lmar`,\ :ref:`rmar`,\ :ref:`pagdis`, :ref:`paglen`. :ref:`uput`