EAGLE Help
Equal Sign
The
equal sign
separates variable definitions from initialization lists:
int i = 10; char c[] = { 'a', 'b', 'c' };
It is also used as an
assignment operator
.
Index
Copyright © 2005 CadSoft Computer GmbH