about summary refs log tree commit diff stats
path: root/044space_surround.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-13 10:03:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-13 10:03:26 -0700
commit5497090aa1e708c22cd240913a53dda32bb067aa (patch)
tree5a9eb76d447736a8199230c9386bd0a374b325dd /044space_surround.cc
parent01caf342d072115c27926b1a61c2fc75ab9fbee0 (diff)
downloadmu-5497090aa1e708c22cd240913a53dda32bb067aa.tar.gz
1363 - rename 'integer' to 'number'
..now that we support non-integers.
Diffstat (limited to '044space_surround.cc')
-rw-r--r--044space_surround.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/044space_surround.cc b/044space_surround.cc
index b1e4c5e7..21a68fdd 100644
--- a/044space_surround.cc
+++ b/044space_surround.cc
@@ -7,12 +7,12 @@
 :(scenario surrounding_space)
 # location 1 in space 1 refers to the space surrounding the default space, here 20.
 recipe main [
-  10:integer <- copy 5:literal  # pretend array
-  20:integer <- copy 5:literal  # pretend array
+  10:number <- copy 5:literal  # pretend array
+  20:number <- copy 5:literal  # pretend array
   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
+  1:number <- copy 32:literal
+  1:number/space:1 <- copy 33:literal
 ]
 +run: instruction main/3
 +mem: storing 20 in location 11