Groovy - Function

Card Puncher Data Processing

def hello(name) {
    println("Hello $name")
}

In the console or the shell, you can invoke it as:

hello("nicolas")







Share this page:
Follow us:
Task Runner