Home | History | Annotate | Download | only in doc

Lines Matching full:lose

6788 if x then if y then win; else lose;
6790 if x then do; if y then win; else lose; end;
6798 if x then if y then win; else lose;
6800 if x then do; if y then win; end; else lose;