Keyword

# Else

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Indicates the <span class="title-ref">Else</span> part of an `If...Then...Else</api/language/if...then...else>` command or a non-matching section of a `Select Case</api/language/select_case>` command.

## Sample code

Used in an If command:

``` xojo
If True Then
  ' Your code
Else
  ' Your code
End If
```

## Compatibility

|                       |     |
|-----------------------|-----|
| **Project Types**     | All |
| **Operating Systems** | All |

<div class="seealso">

`If...Then...Else</api/language/if...then...else>`, `Select Case</api/language/select_case>`

</div>
