Groovy web console

subscribe to the feed Subscribe
to this
site

Array illustration

Published 4 months ago by RD
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
def arrayOne = ['a', 'b'];
def arrayTwo = ['c', '', 'd']

(arrayOne + arrayTwo).join(',')