And, is there anyway to do it with multiple variables?
I.e.
if (int a = 0, int b = 0) {
// ...
}
Cheers,
- Ali
aliak via Digitalmars-d-learn Wed, 08 Aug 2018 05:01:28 -0700
And, is there anyway to do it with multiple variables?
I.e.
if (int a = 0, int b = 0) {
// ...
}
Cheers,
- Ali