Groovy web console
Subscribe
to this
site
jkl (via #groovywebconsole)
Tweet
this
script
jkl
Published 1 year ago by
jkl
with tags
jkl
Actions ➤
Edit in console
Back to console
Show/hide line numbers
View recent scripts
String method() { def a = "sss" a += "3" return a } println(method())