EAGLE Help Light

Braces

Braces indicate the start and end of a compound statement:

if (d == z) {
   ++x;
   func();
   }
and are also used to group the values of an array initializer:

int ai[] = { 1, 2, 3 };


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