Go to content

if-then-else - Steve's website

Skip menu

if-then-else

Arduino code reference
If (conditional expression)  
{
Body of the if statement when the conditional expression is true
}
else
{
Body of the else statement when the conditional expression is false
}
Back to content