Re: Groovy Topic?
"A. Kevin Baynes" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
Looks like you and I are the only ones. I guess that means no Groovy
topic any time soon. :-)
Just for fun : A Groovy Snippit - The following line of code reads in
each line of a file and prints it to System.out :
new File("path/to/file").eachLine { line -> println line }
That's it. One line. Sweet.
~Kevin
On 1/10/07, Karen Collins <[email protected]> wrote:
> I am interested in Groovy and Grails.