Stuff We Missed
- New Object Methods: print, println, dump
- New List Methods: count, join, min,
max, plus, join
- New String Methods: count, contains, tokenize,
multiple, divide
- Ranges: (1..n), (1…n)
- Slices: list[0..n], list[2..-1]
- Reg Ex: ~"^ab*$", str =~ re, str ==~
re
- New Looping Idioms: times, step, upto
- Here Documents: Shell Style & Python Style
- Groovy Beans, Groovlets, GPath, etc.