diff --git a/Language/Variables/Data Types/array.adoc b/Language/Variables/Data Types/array.adoc index 22dbf7b08..89e86c46a 100644 --- a/Language/Variables/Data Types/array.adoc +++ b/Language/Variables/Data Types/array.adoc @@ -18,6 +18,7 @@ subCategories: [ "Data Types" ] [float] === Description An array is a collection of variables that are accessed with an index number. Arrays in the C programming language, on which Arduino is based, can be complicated, but using simple arrays is relatively straightforward. +[float] === Creating (Declaring) an Array All of the methods below are valid ways to create (declare) an array. @@ -106,4 +107,4 @@ For a complete program that demonstrates the use of arrays, see the (http://www. -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS