Files
python-uncompyle6/test/simple_source/branching/ifelse.py
2015-12-21 12:34:19 -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