3aa7dd23c9
Thanks to @nyov for the initial patch.
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
MicroPython \.\+ version
|
|
Use \.\+
|
|
>>> # Check for emacs keys in REPL
|
|
>>> t = \.\+
|
|
>>> t == 2
|
|
True
|
|
>>>
|