mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
This improves REPL usage consistency across ports, by utilizing the pyexec code for the unix REPL. Only enabled when MICROPY_USE_READLINE == 1 (the default). Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
MicroPython \.\+ version
|
|
Type "help()" for more information.
|
|
>>> # Check for emacs keys in REPL
|
|
>>> t = \.\+
|
|
>>> t == 2
|
|
True
|
|
>>>
|