about summary refs log tree commit diff stats
path: root/cpp/015boolean
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-23 23:59:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-24 20:59:00 -0700
commit576990113273caed9a045380f1457adc1df6a5ee (patch)
tree0add69eef41b3eca78191c59b7bfbfaaedd980d8 /cpp/015boolean
parent7fb56277f54b9e2625357a433b18f60e4493f34a (diff)
downloadmu-576990113273caed9a045380f1457adc1df6a5ee.tar.gz
968
Diffstat (limited to 'cpp/015boolean')
-rw-r--r--cpp/015boolean6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/015boolean b/cpp/015boolean
index e6dd12ba..2b85d9a4 100644
--- a/cpp/015boolean
+++ b/cpp/015boolean
@@ -32,7 +32,7 @@ recipe main [
 +run: ingredient 1 is 2
 +mem: location 2 is 0
 +run: product 0 is 0
-+mem: storing in location 3
++mem: storing 0 in location 3
 
 :(before "End Globals")
 const int OR = 8;
@@ -67,7 +67,7 @@ recipe main [
 +run: ingredient 1 is 2
 +mem: location 2 is 0
 +run: product 0 is 1
-+mem: storing in location 3
++mem: storing 1 in location 3
 
 :(before "End Globals")
 const int NOT = 9;
@@ -96,4 +96,4 @@ recipe main [
 +run: ingredient 0 is 1
 +mem: location 1 is 1
 +run: product 0 is 0
-+mem: storing in location 2
++mem: storing 0 in location 2