Home | History | Annotate | Download | only in doc

Lines Matching full:win

5224 if x then if y then win (); else lose;
5226 if x then do; if y then win (); else lose; end;
5234 if x then if y then win (); else lose;
5236 if x then do; if y then win (); end; else lose;