Help for this page

Select Code to Download


  1. or download this
    if(
    ( tree->ancestor->son->sibbling->...->bla->bla eq "john") or
    ( tree->ancestor->son->sibbling->...->bla->bla eq "Mary")
    )
    
  2. or download this
    if ( expression is_in (val1,val2,val3) )