|
|
@ -49,7 +49,7 @@ switch (value) |
|
|
|
``` |
|
|
|
``` |
|
|
|
- All conditions are always between parenthesis, but not boolean values: |
|
|
|
- All conditions are always between parenthesis, but not boolean values: |
|
|
|
```c |
|
|
|
```c |
|
|
|
if ((value > 1) && (value < 50) && valueActive)) |
|
|
|
if ((value > 1) && (value < 50) && valueActive) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|