Groovy web console

subscribe to the feed Subscribe
to this
site

test

Published 4 months ago by lwh
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
Map<String, String> mapa = ["a": 1, "b": 2]
mapa.each{ k,v ->
    println("My test string contains key: \$${v}")
}