Table of Contents
Groovy - Array
Initialization
int[] array = [1,2,3]
In Groovy, the
{ … }
block is reserved for
closures
.