index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cmdline
/
repl_basic.py.exp
blob: 04887f44d9ee203521a23f96c7c3781ecc38d4fc (
plain
)
1
2
3
4
5
6
7
Micro Python \.\+ version >>> # basic REPL tests >>> print(1) 1 >>> print(1) 1 >>>