Advertisement
Guest User

4swadas

a guest
Jul 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1.     switch(foo)
  2.     {
  3.         some_value = 3; // this is completely ignored/doesn't run
  4.        
  5.         case 0: dothis(); break;
  6.         case 1: dothis2(); break;
  7.  
  8.  
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement