EAGLE Help Light

Assignment Expression

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

Příklady


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


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