[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.4.8 Statement Block -block <boolean>
-block <boolean>
: this option allows (boolean=1
) to
create a statement block for each new iterator, even if there is only
an equality. This can be useful in order to parse the generated
pseudo-code. When boolean
is set to 0 or when the generation
language is FORTRAN, this feature is disabled. Default value is 0.
/* Generated using a given input file and option -block 0 */ i = M+2 ; j = N ; S1 ;
/* Generated using the same input file but option -block 1 */ { i = M+2 ; { j = N ; S1 ; } }
This document was generated on August 20, 2013 using texi2html 5.0.