diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-23 23:59:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-24 20:59:00 -0700 |
commit | 576990113273caed9a045380f1457adc1df6a5ee (patch) | |
tree | 0add69eef41b3eca78191c59b7bfbfaaedd980d8 /cpp/020array | |
parent | 7fb56277f54b9e2625357a433b18f60e4493f34a (diff) | |
download | mu-576990113273caed9a045380f1457adc1df6a5ee.tar.gz |
968
Diffstat (limited to 'cpp/020array')
-rw-r--r-- | cpp/020array | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/020array b/cpp/020array index d5e0204c..4ee04e98 100644 --- a/cpp/020array +++ b/cpp/020array @@ -23,10 +23,10 @@ recipe main [ +mem: location 2 is 14 +mem: location 3 is 15 +mem: location 4 is 16 -+mem: storing in location 5 -+mem: storing in location 6 -+mem: storing in location 7 -+mem: storing in location 8 ++mem: storing 3 in location 5 ++mem: storing 14 in location 6 ++mem: storing 15 in location 7 ++mem: storing 16 in location 8 :(before "End size_of Cases") if (t.is_array) { @@ -80,7 +80,7 @@ recipe main [ +run: its type is 1 +mem: location 2 is 14 +run: product 0 is 14 -+mem: storing in location 5 ++mem: storing 14 in location 5 :(before "End Globals") // To write to fields of records, you need their address. @@ -119,4 +119,4 @@ recipe main [ +run: ingredient 0 is 1 +run: ingredient 1 is 0 +run: address to copy is 2 -+mem: storing in location 5 ++mem: storing 2 in location 5 |