Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. bool joaoAmaMiguel = false;
  2.  
  3. if (joaoAmaMiguel == false) {
  4. print ("something's wrong");
  5. joaoAmaMiguel = true;
  6. }
  7. else {
  8. print ("totally true");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement