It is equivalent to this example, using the conditional ternary operator: x = f() ? f() : g(). except that it does not evaluate the f() twice if it is true.
確定! 回上一頁