#!/usr/bin/groovy x = "When in the course" y = " of human events ..." z = (x + y).tokenize() for (val in z) println val