Page 260 - Make Your Own PCBs with EAGLE from Schematic Designs to Finished Boards
P. 260
Arrays
Arrays use the same [ ] syntax as C, but can be created dynamically from built-in functions, as the
example below of splitting a string into a string array illustrates.
Logical and Bitwise Operators
These are the same as C. So, bitwise “and” and “or” are “&” and “|” respectively. Logical
equivalents are: “&&” and “||”. The not operator is “!” and xor id “^”.
Control Structures

