Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <console>:13: error: not found: value roomFour
  2. case "NORTH" => roomFour()
  3. ^
  4. <console>:14: error: not found: value roomNine
  5. case "WEST" => roomNine()
  6. ^
  7. roomFour: ()Unit
  8. roomNine: ()Unit
  9. <console>:9: error: not found: value roomOne
  10. case "YES" => roomOne()
  11. ^
  12. **************************************************
  13. **************************************************
  14. Hello Mr. Doofenshmirtz. Are you ready to find the parts to create the Super DOOM-inator?
  15. <console>:8: error: not found: value startGame
  16. startGame()
  17. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement