Groovy web console
Subscribe
to this
site
Create a new list
Published 1 year ago by
Valentin
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
def a = "aa" def b = 5 def c = null def items = [a, b, c] println(items) "Done."