« Return to Thread: Is there a difference between these two function definitions?

Is there a difference between these two function definitions?

by geossscripting :: Rate this Message:

Reply to Author | View in Thread


Is there a difference between a function defined like this :

def myfunc(def param) {
// whatever
}

and

def myfunc(param) {
// whatever
}
? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

 « Return to Thread: Is there a difference between these two function definitions?