def variable = null
['a','b', null, 'c'].each{ println "$it -> ${it?.toUpperCase()}" }