#mstart;
#generate a(0 to 0);	to enable macro substitution..
#for(b=0,b<4,b=b+1);
#for(c=b,c<4,c=c+1);
`b` `c`
#if(b==c);
the numbers match: `b` `c`
#endif;
#next;
#next;
#genend;
#mend;

