blob: 9056ef084a15f0df89a36f97cee209557baa0200 [file] [log] [blame]
x = ['James', 'Bob', 'Brian']
x.each { println("hello " + it) }