Parsing

Converting strings to integers

x.toInteger()
x as Integer
x as int

Looping through list/string

for(a in args)
args.each{it}

Misc