예제 #1
0
 public override bool checkValue(Contexte contexte)
 {
     return(s1.checkValue(contexte.copy()) || s2.checkValue(contexte.copy()));
 }