Skip to content

Instantly share code, notes, and snippets.

@searls
Created February 15, 2012 18:27
Show Gist options
  • Select an option

  • Save searls/1837998 to your computer and use it in GitHub Desktop.

Select an option

Save searls/1837998 to your computer and use it in GitHub Desktop.
door.open "A", (room) ->
room.explore()
door.open("B", (room) ->
room.explore()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment