EAGLE Help
Conditional Expression
A conditional expression uses the
conditional operator to make a decision
within an expression.
Example
int a;
// ...code that calculates 'a'
string s = a ? "True" : "False";
Index
|
Copyright © 2005 CadSoft Computer GmbH
|