Array Values
Any variable type can be transformed into an array by adding the array symbols [] after the type declaration.
Example 1 - Adding values by index
Example 2 - Adding values to next position
Example 3 - Retrieving a value
Peacock
Any variable type can be transformed into an array by adding the array symbols [] after the type declaration.