mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 10:19:18 -05:00
Oops, made a typo
@ -46,7 +46,7 @@ switch (value)
|
|||||||
default: break;
|
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
|
```c
|
||||||
if ( (value > 1) && (value < 50) && valueActive )
|
if ( (value > 1) && (value < 50) && valueActive )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user