Page 1 of 1

Wish

Posted: 05 Mar 2009 21:02
by PeterA
bool type variabel and posibillity to define variabels in a statements ex.
for( int i=0; i<10; i++) .

and if it were possible to initializ variabels in midd code
void main() {
portb.f1=1;
int v; //this will make an error
}