diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-19 00:21:24 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-19 00:21:24 -0700 |
commit | 69d95127b03ba92be03ed42beeab099dbcc808b9 (patch) | |
tree | 9b6ea207b77d2bc81d28adc37015b08edc570a8e /cpp/044space_surround | |
parent | ecc40a1e1b837f5a22a0b83c4b694c9e3a65e446 (diff) | |
download | mu-69d95127b03ba92be03ed42beeab099dbcc808b9.tar.gz |
1101
Diffstat (limited to 'cpp/044space_surround')
-rw-r--r-- | cpp/044space_surround | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/044space_surround b/cpp/044space_surround index 76cd5807..6e16fd23 100644 --- a/cpp/044space_surround +++ b/cpp/044space_surround @@ -9,8 +9,8 @@ recipe main [ 10:integer <- copy 5:literal # pretend array 20:integer <- copy 5:literal # pretend array - default-space:address:space <- copy 10:literal - 0:address:space/names:dummy <- copy 20:literal # later layers will explain the /names: property + default-space:address:array:location <- copy 10:literal + 0:address:array:location/names:dummy <- copy 20:literal # later layers will explain the /names: property 1:integer <- copy 32:literal 1:integer/space:1 <- copy 33:literal ] |