diff options
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 ] |