sometimes we have some big expressions that get some members of an object like tree->ancestor->son->sibbling->...->bla->bla its annoying to always have to do like
is there a way of expressing something like:if( ( tree->ancestor->son->sibbling->...->bla->bla eq "john") or ( tree->ancestor->son->sibbling->...->bla->bla eq "Mary") )
it would be very helpfulif ( expression is_in (val1,val2,val3) )
In reply to a natural way of expressing things by spx2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |