Last active
September 19, 2016 10:19
-
-
Save am17an/e24b9c8721298b25fa701fdcca507b2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| do { | |
| standInLine(); | |
| } while(!She.hasTime()); | |
| SpendEvening(); | |
| function SpendEvening(){ | |
| if(goingToDance) { | |
| var chance = Math.random(); | |
| if(chance < LEAVE_WITHOUT_ME) { | |
| exit(); | |
| } else { | |
| quietLittlePlace(); | |
| } | |
| } | |
| }; | |
| function quietLittlePlace() { | |
| var drinks = 1 || 2; | |
| have(drinks); | |
| var spoilItAll = function() { | |
| var somethingStupid = /I love you/; | |
| say(somethingStupid); | |
| } | |
| spoilItAll(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment