comma operator
常見(jiàn)例句
- Does the comma operator in an array have a name?
有逗號(hào)運(yùn)算符數(shù)組中有名字嗎? - The comma operator has left-to-right associativity.
逗號(hào)運(yùn)算符具有從左向右的關(guān)聯(lián)性。 - Avoid the use of the comma operator except for very disciplined use in the control part of for statements.
避免使用逗號(hào)操作符,除非在特定的for 語(yǔ)句的控制部分。 返回 comma operator