Array Creation
Any variable type can be transformed into an array by adding the array symbols [] after the type declaration.
Example 1 - Empty array
Example 2 - Array with values
Example 3 - Array with values from string
Peacock
Any variable type can be transformed into an array by adding the array symbols [] after the type declaration.