OPI Blog
Learn from experts in their fields

Browsing Tags: multiple assignment

Groovy’s .with() and multiple assignment
Multiple assignment I recently discovered a relatively little-known feature in Groovy called multiple assignment.  As the name indicates, it allows you to assign multiple values to multiple variables in one statement: The Groovy docs do ...