by Rahel Lüthy
In contrast to its Scala friend, this Groovy one-liner is handy and readable:
7.times { 3.times { print("X\t") } print("\n") }