Files
pybricks-api/source/repl.rst
T

10 lines
258 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
REPL (ReadEvalPrint Loop)
===========================
Tips
----
* ``CTRL``\ +\ ``C`` will interrupt a running program
* ``CTRL``\ +\ ``D`` will preform a soft reset or ends "paste mode" if it has been started
* ``CTRL``\ +\ ``E`` starts "paste mode"