if (some condition) ||
(some other condition)
{
// do something
}
The above format does not work. Says invalid expression "||".
|
|
|
|
|||
|
|
|
You're missing outside parentheses on your
|
|||
|
|
|
your brackets are off, should be:
|
|||
|
|