Comma operator (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Comma operator" in English language version.

refsWebsite
Global rank English rank
1st place
1st place
4,221st place
2,842nd place
8,118th place
6,098th place
153rd place
151st place
low place
9,420th place
1,686th place
1,293rd place
low place
9,807th place
low place
low place
4,643rd place
2,973rd place

cppreference.com

en.cppreference.com

  • "SFINAE". en.cppreference.com. Retrieved 2022-08-30.

dlang.org

golang.org

  • Effective Go: for, "Finally, Go has no comma operator and ++ and -- are statements not expressions. Thus if you want to run multiple variables in a for you should use parallel assignment (although that precludes ++ and --)."
  • The Go Programming Language Specification: If statements

microsoft.com

docs.microsoft.com

  • "Comma Operator". Microsoft dev docs. Archived from the original on 2 August 2019. Retrieved 1 August 2019. Two expressions separated by a comma are evaluated left to right. The left operand is always evaluated, and all side effects are completed before the right operand is evaluated.

learn.microsoft.com

mozilla.org

developer.mozilla.org

  • "Comma operator". MDN Web Docs. 17 January 2020. Archived from the original on 12 July 2014. Retrieved 25 January 2020. You can use the comma operator when you want to include multiple expressions in a location that requires a single expression.

open-std.org

perl.org

perldoc.perl.org

stackoverflow.com

web.archive.org

  • "Comma Operator". Microsoft dev docs. Archived from the original on 2 August 2019. Retrieved 1 August 2019. Two expressions separated by a comma are evaluated left to right. The left operand is always evaluated, and all side effects are completed before the right operand is evaluated.
  • "Comma operator". MDN Web Docs. 17 January 2020. Archived from the original on 12 July 2014. Retrieved 25 January 2020. You can use the comma operator when you want to include multiple expressions in a location that requires a single expression.