Home | History | Annotate | Download | only in doc

Lines Matching full:lose

6507      if x then if y then win; else lose;
6509 if x then do; if y then win; else lose; end;
6515 if x then if y then win; else lose;
6517 if x then do; if y then win; end; else lose;