You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b: () Whoa, caffeine much? Most I can do in one drink is 4, house rules. $shots = 4
29
-
30
-
#! Whatcha got?
31
-
a: ( ["What do you have" "kinds are there" "what you got" "whatcha got"] ) keep() repeat() The usual, the menu is right up there. ^reuse(READY_TO_ORDER)
32
-
33
-
t: () [The Machine is pulling great shots today!]
34
-
[Man, too many shots today. I'm jittery as hell.]
35
-
[Gonna see Crank Dreams tonight, should be a good show]
36
-
[Didn't I see you in here yesterday?]
37
-
[Busy day today, nice little lull here.]
38
-
39
-
t: Are you ready to order?
40
-
a: (~yes) Ok. ^reuse(READY_TO_ORDER)
41
-
42
-
s: ( ready to order ) Ok. ^reuse(READY_TO_ORDER)
43
-
44
-
#! I want a danish
45
-
u: ( ~food ) ^reuse(FOOD)
46
-
47
-
#! what is my order
48
-
?: ( what is my order ) if ($order) { Your order is: A $order }
49
-
if ($shots) { $shots shots } if ($pastry) { and a $pastry}.
b: () Whoa, caffeine much? Most I can do in one drink is 4, house rules. $shots = 4
28
+
29
+
#! Whatcha got?
30
+
a: ( ["What do you have" "kinds are there" "what you got" "whatcha got"] ) keep() repeat() The usual, the menu is right up there. ^reuse(READY_TO_ORDER)
31
+
32
+
t: () [The Machine is pulling great shots today!]
33
+
[Man, too many shots today. I'm jittery as hell.]
34
+
[Gonna see Crank Dreams tonight, should be a good show]
35
+
[Didn't I see you in here yesterday?]
36
+
[Busy day today, nice little lull here.]
37
+
38
+
t: Are you ready to order?
39
+
a: (~yes) Ok. ^reuse(READY_TO_ORDER)
40
+
41
+
s: ( ready to order ) Ok. ^reuse(READY_TO_ORDER)
42
+
43
+
#! I want a danish
44
+
u: ( ~food ) ^reuse(FOOD)
45
+
46
+
#! what is my order
47
+
?: ( what is my order ) if ($order) { Your order is: A $order }
48
+
if ($shots) { $shots shots } if ($pastry) { and a $pastry}.
0 commit comments