Groovy web console

subscribe to the feed Subscribe
to this
site

Test

Published 2 months ago by TEst
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
def test = "hello, world, "

return test.split(",").collect { it.trim() }.size()