Advertisement
v1999430

Untitled

Sep 22nd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @@
  2. expression e1, e2;
  3. statement s1, s2, s3, s4;
  4. @@
  5.  
  6. (
  7. if (e1)
  8. s1
  9. - else
  10. - s2
  11. + s2
  12. |
  13. if (e2)
  14. s3
  15. - else{
  16. - s4
  17. + s4
  18. - }
  19. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement