Groovy web console

subscribe to the feed Subscribe
to this
site

a=quotes

Published 3 months ago by Anonymous
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
def a = 'asdf'
println """
    echo '${a}'
    echo '$a'
    echo "\${a}"
    echo "\$a"
"""