if I want to say
if (so and so) { do this }
if (so and so, not the same as above) {do this, same as above }
if (.....) { do this, same as above }
can I write it
if (so and so),(diddly do),(poopy head) {do this}
where any one of the "ifs" can happen and it will "do this".
commas between if statements or commas between if statements while inside the same parenthesis? I forgot over summer
trying to save space and time on code.
if (so and so) { do this }
if (so and so, not the same as above) {do this, same as above }
if (.....) { do this, same as above }
can I write it
if (so and so),(diddly do),(poopy head) {do this}
where any one of the "ifs" can happen and it will "do this".
commas between if statements or commas between if statements while inside the same parenthesis? I forgot over summer
trying to save space and time on code.