Groovy web console
Subscribe
to this
site
Get list size
Published 2 years ago by
Valentin
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
def x = ['one', 'two', 'three'] def n = x.size() println n