mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Oops, made a typo
@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user