Created
October 4, 2008 14:36
-
-
Save bkerley/14753 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
-DOINK DOINK- BRISCOE | |
motive is "Hello world!" #motive = "Hello World" | |
evidence is 100 #evidence = 100 | |
give motive, evidence #return [motive, evidence] | |
-DOINK DOINK- CRAGEN | |
desk work #nop | |
BRISCOE give me motive, evidence #[motive, evidence] = briscoe() | |
case is motive, evidence #case = [motive, evidence] | |
MCCOY here is case #mccoy(case) | |
-DOINK DOINK- MCCOY | |
opening arguments | |
present motive #if motive's non-numeric puts | |
present evidence #if evidence is numeric add to ectr | |
closing arguments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment