Groovy web console

subscribe to the feed Subscribe
to this
site

Test

Published 3 months ago by Nicolo'
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
def test(String a, String b='tmp', Closure c){
    println "Printing $a and $b to Console" 
}

test('a','b'){}
test('a'){}