blob: d3a9b740de6140fae67b6c8af38df6a9b6d75e44 [file] [log] [blame]
def items = ["foo", "bar","baz"]
for (item in items){ println <caret>item }