blob: 36b3abe059a026a442157ba1346e7e7bf0bac721 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001# if and else
2<the_if>if <the_cond>True:
3 <then_stmt>pass
4else:
5 <else_stmt>pass