hello

`int i = 3; `if(true) `{ `while (i-- > 0) `{

in while $i

`}

good2

`} `if (true) {

good 3

`}