Advertisement
JoshDreamland

Ghoul's monstrosity

Apr 27th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Warning(Code,1,20): Semicolon should follow statement at this point
  2. Warning(Code,1,27): Semicolon should follow statement at this point
  3. Warning(Code,1,32): Semicolon expected after `for' condition
  4. Warning(Code,1,36): Semicolon should follow statement at this point
  5. Warning(Code,1,39): Semicolon should follow statement at this point
  6. Parse succeeded :)
  7.  
  8. {
  9. for (if ((a) == (3))
  10. (c) = (2);
  11. else
  12. b; (b) < (2); (b) += (1);)
  13. z;
  14. ((((((2) . (a)) . (b))[3]) . (c)) . ((c)[3])) . (d);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement