Groovy web console
Subscribe
to this
site
Procedure
Published 2 years ago by
Valentin
with tags
string interpolation
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
void finish(String name){ println "My job here is done. Goodbye $name" } finish("Joli Coco")