comma operator
常见例句
- Does the comma operator in an array have a name?
有逗號運算符數組中有名字嗎? - The comma operator has left-to-right associativity.
逗號運算符具有從左曏右的關聯性。 - Avoid the use of the comma operator except for very disciplined use in the control part of for statements.
避免使用逗號操作符,除非在特定的for 語句的控制部分。 返回 comma operator