T
thread
Hi all,
i'm trying to find expression like we have in C for example
x = (y==9) ? 10 : 5
is there another solution beside using if else and variable?
i'm trying to find expression like we have in C for example
x = (y==9) ? 10 : 5
is there another solution beside using if else and variable?