if foo == 'blah': do_blah_thing() do_one(); do_two(';'); do_three(';')
if foo == 'blah': do_blah_thing()
do_one(); do_two(';'); do_three(';')