blob: 816c2e17a3100aed2b52a1a02a9e082415faf31f [file] [log] [blame]
def list = [1, 2, 3]
list.each {
print it
}