Conditionals

suggest change

Introduction

Conditional expressions, involving keywords such as if, else if, and else, provide Swift programs with the ability to perform different actions depending on a Boolean condition: True or False. This section covers the use of Swift conditionals, Boolean logic, and ternary statements.

Remarks

For more information about conditional statements, see The Swift Programming Language.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents