Show / Hide Table of Contents

And Expression

and-expression = expression "&&" expression

If the left side evaluates to true, then the and-expression evaluates to the right side, otherwise it evaluates to the left side.

  • Improve this Doc
In This Article
Back to top Generated by DocFX