diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-22 01:55:47 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-22 01:55:47 -0800 |
commit | 3865f2932466206488958ac2ae6ecd512dea5987 (patch) | |
tree | 37b0d0a6c3c47155ff827de7b0d3f60f4fc1a6a3 /cpp | |
parent | a55bbd06724ce7f3dc6cf1769420c13ea77d91de (diff) | |
download | mu-3865f2932466206488958ac2ae6ecd512dea5987.tar.gz |
824
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++; |