diff options
Diffstat (limited to 'cpp/020array')
-rw-r--r-- | cpp/020array | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/020array b/cpp/020array index 709fd65a..457ed366 100644 --- a/cpp/020array +++ b/cpp/020array @@ -4,6 +4,7 @@ int integer_array = Type_number["integer-array"] = Next_type_number++; Type[integer_array].is_array = true; Type[integer_array].element.push_back(integer); +Type[integer_array].name = "integer-array"; //: Arrays can be copied around with a single instruction just like integers, //: no matter how large they are. |