Next: , Previous: Labels, Up: Symbols



5.2 Giving Symbols Other Values

A symbol can be given an arbitrary value by writing a symbol, followed by an equals sign =, followed by an expression (see Expressions). This is equivalent to using the .set directive. See .set . In the same way, using a double equals sign = = here represents an equivalent of the .eqv directive. See .eqv .

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.