about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/032array.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/032array.cc b/cpp/032array.cc
index 57298e73..c1d35667 100644
--- a/cpp/032array.cc
+++ b/cpp/032array.cc
@@ -1,4 +1,5 @@
-//: Arrays contain a variable number of elements of the same type.
+//: Arrays contain a variable number of elements of the same type. Their value
+//: starts with the length of the array.
 //:
 //: You can create arrays of containers, but containers can only contain
 //: elements of a fixed size, so you can't create containers containing arrays.
re efficient rod file generation' href='/ahoang/Nim/commit/compiler/passaux.nim?h=devel&id=4de84024e5e1b91fcd66d4f093cec4d1a985194a'>4de84024e ^
e25474154 ^
36e25a684 ^
e25474154 ^






3005955d2 ^



4de84024e ^
e25474154 ^
091c1b307 ^
e25474154 ^

36e25a684 ^
03724c295 ^
1acc7a09c ^
e25474154 ^



3005955d2 ^


c51763915 ^
e25474154 ^


091c1b307 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47