If the first argument is one of the unary conditionaloperators listed above under "CONDITIONAL EXPRESSIONS" , the expression is true if the unary test is true.
最初の引き数が、既に条件式セクションで説明した単項条件演算子のいずれかであれば、単項の評価が真の場合に式は真となります。 - JM
The && and operators do not evaluate expression2 if the value of expression1 is sufficient to determine the return value of the entire conditional expression.
expression1 の値だけで条件式全体の返り値が決定できれば、&& 演算子と演算子は expression2 を実行しません。 - JM
3 arguments If the second argument is one of the binary conditionaloperators listed above under "CONDITIONAL EXPRESSIONS" , the result of the expression is the result of the binary test using the first and third arguments as operands.
引き数が 3 個2 番目の引き数が、既に条件式セクションで説明した二値条件演算子のいずれかであれば、最初と 3 番目の引き数をオペランドとして使った二値評価の結果が式の結果となります。 - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.