EAGLE Help Light

Parentheses

Parentheses group expressions (possibly altering normal operator precedence), isolate conditional expressions, and indicate function calls and function parameters:

d = c * (a + b);
if (d == z) ++x;
func();
void func2(int n) { ... }


OBSAH Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH