index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
bytecode
/
mp-tests
/
if3.py
blob: bd01514d63032fab61809a1971b65fdcc265661a (
plain
) (
blame
)
1
2
3
4
5
6
if a and b: f() if a or b: f() if a and (b or c): f()