EAGLE Help

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 };

Index Copyright © 2002 CadSoft Computer GmbH