diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/019array | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/019array b/cpp/019array index 51b6ea6b..bb50a783 100644 --- a/cpp/019array +++ b/cpp/019array @@ -1,4 +1,4 @@ -// Support for records. +// Support for arrays. :(before "End Mu Types") // We'll use this array as a running example: int integer_array = Type_number["integer-array"] = Next_type_number++; |