|
|
@ -46,7 +46,7 @@ switch (value) |
|
|
|
default: break; |
|
|
|
} |
|
|
|
``` |
|
|
|
- All condition checks are always encoled in parentheses, with the exception of simple boolean values: |
|
|
|
- All condition checks are always enclosed in parentheses, with the exception of simple boolean values: |
|
|
|
```c |
|
|
|
if ( (value > 1) && (value < 50) && valueActive ) |
|
|
|
{ |
|
|
|