Return to Snippet

Revision: 25744
at April 7, 2010 16:46 by oznek


Initial Code
System.in.withReader {
    println "Test: "
    carrier = it.readLine()
}

Initial URL


Initial Description


Initial Title
Console input read in groovy

Initial Tags
groovy

Initial Language
Groovy