1MicroPython \.\+ version
2Use \.\+
3>>> # REPL tests of GNU-ish readline navigation
4>>> # history buffer navigation
5>>> 1
61
7>>> 2
82
9>>> 3
103
11>>> 321
121
13>>> 1323
143
15>>> # input line motion
16>>> t = 121
17>>> \.\+
18'foobar'
19>>>
20