Above, Below, and Beyond Tech Talk

by Rahel Lüthy

September 28, 2011

Groovy Gems #1: Generating Data Matrices

In contrast to its Scala friend, this Groovy one-liner is handy and readable:

7.times { 3.times { print("X\t") } print("\n") }