Guest User

Untitled

a guest
Feb 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if StanleyCupWinner = “Toronto Maple Leafs”;
  2. (send Raj 0.25 ether;
  3. and
  4. send Raj a message “The Leafs won! Congrats!”)
  5. if StanleyCupWinner is not “Toronto Maple Leafs”
  6. (send Jill 0.25 ether;
  7. and
  8. send Jill a message “The Leafs lost! You won!”)
  9. end contract
Add Comment
Please, Sign In to add comment