Skip to content
Snippets Groups Projects
Select Git revision
  • 722cff5fd0debb250af827fd556dc0cab94e07d7
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

nlr.h

Blame
  • repl_emacs_keys.py.exp 216 B
    MicroPython \.\+ version
    >>> # REPL tests of GNU-ish readline navigation
    >>> # history buffer navigation
    >>> 1
    1
    >>> 2
    2
    >>> 3
    3
    >>> 321
    1
    >>> 1323
    3
    >>> # input line motion
    >>> t = 121
    >>> \.\+
    'foobar'
    >>>