1 2 3 4 5 6 7 8 9
# Test several statement types # small ones, seperated by ';': if True: 5;4; b=4 b;