Hi all,
Am using a XML sort of language which doesnt have '||' operator. How can i achieve the effect of this operator? The language doesnt support ternary operator also. Other than if-else approach is there any other way to achieve this?
The expression is, if((x == 2) || (y == 2)), and should achieve this without ||, ?: , if-else.. thanks in advance