.. _pendown: PENDOWN ======= +----------+-------------------------------------------------------------------+ | Syntax | PENDOWN [#ch] | +----------+-------------------------------------------------------------------+ | Location | QL ROM | +----------+-------------------------------------------------------------------+ This command is part of the QL's turtle graphics set of commands, and places the pen to the down position in the specified window (default #1). When a window is first opened, the pen is set to the up position. **CROSS-REFERENCE** :ref:`penup` has the opposite effect to this command. Also see :ref:`move`.