circuitpython/tests/cmdline/repl_basic.py.exp
2016-10-11 12:30:32 +11:00

10 lines
100 B
Text

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