+1 ------------------------------------------- Java Champion; Groovy Enthusiast http://jroller.com/aalmiray http://www.linkedin.com/in/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who understand binary, and those who don't. To understand recursion, we must first understand recursion.
On Wed, Nov 23, 2016 at 4:59 PM, Daniel Sun <[email protected]> wrote: > Hi all, > > If the new operator ?= (e.g. a ?= 'foo' is equivalent of a = a ?: > 'foo') were to be added to Groovy programming language, do you like it? > (Yes: +1; No: -1; Not bad: 0) > > Cheers, > Daniel.Sun > > > > -- > View this message in context: http://groovy.329449.n5. > nabble.com/VOTE-new-operator-tp5736931.html > Sent from the Groovy Users mailing list archive at Nabble.com. >
