1printf("exec mode : %d\n", mode());
2a = 1
3b = 2,c=3
4d = 4,if(1) e = 5
5end;
6f = 6,if(1)
7    g = 7
8end;
9h = 8,if(1)
10    i = 9
11end;j=10
12