EAGLE Help

Comma Expression


A comma expression is a sequence of expressions, delimited by the comma operator

Comma expressions are evaluated left to right, and the result of a comma expression is the type and value of the rightmost expression.

Example

i++, j++, k++

Index Copyright © 2005 CadSoft Computer GmbH