Groovy web console
Subscribe
to this
site
null check test
Published 3 months ago by
nullchecktest1
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
foo = [ bar: false ] baz = foo.bar == null ? true : foo.bar;