Skip to content

Commit 76c9a83

Browse files
authored
Added [float] above Creating (Declaring) an Array
Added [float] above === Creating (Declaring) an Array
1 parent 7ffbfd6 commit 76c9a83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Language/Variables/Data Types/array.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ subCategories: [ "Data Types" ]
1818
[float]
1919
=== Description
2020
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.
21+
[float]
2122
=== Creating (Declaring) an Array
2223

2324
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.
106107

107108

108109
--
109-
// SEE ALSO SECTION ENDS
110+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)