micropython/tests/cmdline/repl_basic.py.exp
Damien George 3aa7dd23c9 unix: Add exit and paste-mode hints to shell startup banner.
Thanks to @nyov for the initial patch.
2015-10-12 00:19:00 +01:00

9 lines
92 B
Plaintext

MicroPython \.\+ version
Use \.\+
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
>>>