Page 1 of 1

Re: Combine multiple redundant functions of the same into on

Posted: 02 Jun 2013, 09:32
by rednoah
You can do it via normal groovy stings, e.g. {"$n $y".ascii()}

Keep in mind that {...} will be resolved as a whole or not at all if any bindings fail. So to semantics as slightly different. Play with it. ;)