More robust expression condition
Posted: 04 Mar 2014 20:38
I was thinking that if you could expand the possibilities to make out going branches from the expression condition? Something like this:
Variable_x == "value_y"
Lets say there are five possible values for value_y from 0 to 4. When continuing forward from said expression element, instead of true and false branch, we could have braches for all the values we test in the condition.
Some possibilities:
Name of the first branch is 0. And if value_y is 0 it follows that branch.
Second branch could include values 1 and 2...
Third branch includes value 3 and so on...
Variable_x == "value_y"
Lets say there are five possible values for value_y from 0 to 4. When continuing forward from said expression element, instead of true and false branch, we could have braches for all the values we test in the condition.
Some possibilities:
Name of the first branch is 0. And if value_y is 0 it follows that branch.
Second branch could include values 1 and 2...
Third branch includes value 3 and so on...