EAGLE Help

Assignment Expression


An assignment expression consists of a variable on the left side of an assignment operator, and an expression on the right side.

Examples

a = x + 42
b += c
s = "Hello"

Index Copyright © 2005 CadSoft Computer GmbH