Files
python-uncompyle6/test/simple-source/branching/ifelse.py
2015-12-17 12:44:40 -05:00

8 lines
113 B
Python

# Tests
# ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD else_suite COME_FROM
if a:
b = c
else:
d = e