hello

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

in while $i

@}

good2

@

@for(i =0; i < 4; i++){ $i, @}

good22

@if (true) {

good 3

@}

the result is @if true@got you!@ @.