system
1
Hello everybody,
a line like this one :
b = c,c = c+1;
should not compile, should it ?? I've never seen a comma in an Arduino code before...
And yet it does ! I've got an exemple full of this stuff...and I'm unable to figure what's the result of such a mess 
Is it a way to combine two instructions on the same line ???
Any clue ?
Thank you !
system
3
Part of C, not often used:
-br
system
4
not often used
I disagree - it is often used in "for" expressions in initialisation and post-loop manipulation of variables.
system
5
OK, thank you all...
I'll remember never to use that henceforth 
system
6
I'll remember never to use that henceforth
Never say "never" - the construct may come in useful someday.
File it under "Later".