diff options
Diffstat (limited to '044space_surround.cc')
-rw-r--r-- | 044space_surround.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/044space_surround.cc b/044space_surround.cc index f274f2d0..a8529adb 100644 --- a/044space_surround.cc +++ b/044space_surround.cc @@ -7,10 +7,10 @@ :(scenario surrounding_space) # location 1 in space 1 refers to the space surrounding the default space, here 20. def main [ - # pretend address:array:location; in practice we'll use new + # pretend address:array:location; in practice we'll use 'new' 10:num <- copy 0 # refcount 11:num <- copy 5 # length - # pretend address:array:location; in practice we'll use new + # pretend address:array:location; in practice we'll use 'new" 20:num <- copy 0 # refcount 21:num <- copy 5 # length # actual start of this recipe |